Skip to content

Commit 357b7bd

Browse files
Update tests/test_rejson.py
Co-authored-by: Omer Shadmi <[email protected]>
1 parent 528064f commit 357b7bd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/test_rejson.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,8 @@ def testToggleShouldSucceed(self):
9393
"Test JSONToggle"
9494

9595
rj.jsonset('bool', Path.rootPath(), False)
96-
self.assertTrue(rj.jsontoggle('bool', Path.rootPath()))
96+
self.assertTrue(rj.jsontoggle('bool', Path.rootPath()))
97+
self.assertFalse(rj.jsontoggle('bool', Path.rootPath()))
9798

9899
def testStrAppendShouldSucceed(self):
99100
"Test JSONStrAppend"

0 commit comments

Comments
 (0)