summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/other/test_filedatabase.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/other/test_filedatabase.py b/tests/other/test_filedatabase.py
index 2450e5423..314377db8 100644
--- a/tests/other/test_filedatabase.py
+++ b/tests/other/test_filedatabase.py
@@ -201,6 +201,7 @@ class TestDatabase(BenchmarkTest):
assert p.root in self.pids
assert p.added > 10 ** 6
assert isinstance(p.tags, list)
+ assert p.shared in (0, 1)
except:
print p
raise