We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b08b6a commit bb1f8abCopy full SHA for bb1f8ab
1 file changed
tests/types_test.py
@@ -48,7 +48,7 @@ def test_fix_issue_21(self):
48
assert jsonata.Jsonata("true = 1").evaluate({}) is False
49
assert jsonata.Jsonata("false = 0").evaluate({}) is False
50
51
- def test_fix_issue_23(self):
+ def test_fix_issue_28(self):
52
"""
53
https://github.com/rayokota/jsonata-python/issues/23
54
0 commit comments