diff options
Diffstat (limited to 'tests/test_instance.py')
-rw-r--r-- | tests/test_instance.py | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/test_instance.py b/tests/test_instance.py index e25a686..99a3534 100644 --- a/tests/test_instance.py +++ b/tests/test_instance.py | |||
@@ -63,10 +63,6 @@ def test_nodeinfo(api): | |||
63 | assert nodeinfo.version == '2.0' | 63 | assert nodeinfo.version == '2.0' |
64 | 64 | ||
65 | @pytest.mark.vcr() | 65 | @pytest.mark.vcr() |
66 | def test_trends(api): | ||
67 | assert isinstance(api.trends(), list) | ||
68 | |||
69 | @pytest.mark.vcr() | ||
70 | def test_directory(api): | 66 | def test_directory(api): |
71 | directory = api.directory() | 67 | directory = api.directory() |
72 | assert directory | 68 | assert directory |