summaryrefslogtreecommitdiffstats
path: root/tests/other/test_filedatabase.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/other/test_filedatabase.py')
-rw-r--r--tests/other/test_filedatabase.py5
1 files changed, 2 insertions, 3 deletions
diff --git a/tests/other/test_filedatabase.py b/tests/other/test_filedatabase.py
index 3a63b75d5..9a5b236a8 100644
--- a/tests/other/test_filedatabase.py
+++ b/tests/other/test_filedatabase.py
@@ -158,9 +158,8 @@ class TestDatabase(BenchmarkTest):
def test_count(self):
self.db.purgeAll()
- assert self.db.filecount() == 0
- assert self.db.downloadcount() == 0
- assert self.db.queuecount() == 0
+ assert self.db.downloadstats() == (0,0)
+ assert self.db.queuestats() == (0,0)
assert self.db.processcount() == 0
def test_update(self):