summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorSiddharth Ravikumar <sravik@bgsu.edu>2015-09-12 13:04:39 -0400
committerSiddharth Ravikumar <sravik@bgsu.edu>2015-09-12 13:05:04 -0400
commitde64dccb61dbef9f7569c87b2c20d00b42b44522 (patch)
tree97884fe2a1b0116d6eb2bb85a1f443b078f80184 /tests
parente6ec8eb8e33542c8975f3ba1e96de7e2d43d221b (diff)
tests/silo_test: updated test_csilo_noderem test.
Diffstat (limited to 'tests')
-rw-r--r--tests/silo_test.py2
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):