We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 528064f commit 357b7bdCopy full SHA for 357b7bd
tests/test_rejson.py
@@ -93,7 +93,8 @@ def testToggleShouldSucceed(self):
93
"Test JSONToggle"
94
95
rj.jsonset('bool', Path.rootPath(), False)
96
- self.assertTrue(rj.jsontoggle('bool', Path.rootPath()))
+ self.assertTrue(rj.jsontoggle('bool', Path.rootPath()))
97
+ self.assertFalse(rj.jsontoggle('bool', Path.rootPath()))
98
99
def testStrAppendShouldSucceed(self):
100
"Test JSONStrAppend"
0 commit comments