Skip to content

Commit ee40c39

Browse files
authored
Update test_rejson.py
1 parent 74dbacd commit ee40c39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: tests/test_rejson.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ def testDebugMemoryShouldSucceed(self):
184184
"Test JSONDebug"
185185

186186
rj.jsonset('str', Path.rootPath(), 'foo')
187-
self.assertEqual(24, rj.jsondebugmemory('str', Path.rootPath()))
187+
self.assertEqual(8, rj.jsondebugmemory('str', Path.rootPath()))
188188

189189
def testPipelineShouldSucceed(self):
190190
"Test pipeline"

0 commit comments

Comments
 (0)