diff options
Diffstat (limited to 'tests/silo_test.py')
-rw-r--r-- | tests/silo_test.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/silo_test.py b/tests/silo_test.py index 66de6ba..997e8d2 100644 --- a/tests/silo_test.py +++ b/tests/silo_test.py @@ -237,7 +237,7 @@ class TestSilo(object): assert_equal(4, silo.node_get('file_created', self.LOREM)) removed = silo.node_rem('file_created', self.LOREM) - assert_equal(True, removed) + assert_equal(4, removed) assert_equal(None, silo.node_get('file_created', self.LOREM)) def teardown(self): |