Skip to content

Commit bb1f8ab

Browse files
committed
Correct test name
1 parent 5b08b6a commit bb1f8ab

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/types_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ def test_fix_issue_21(self):
4848
assert jsonata.Jsonata("true = 1").evaluate({}) is False
4949
assert jsonata.Jsonata("false = 0").evaluate({}) is False
5050

51-
def test_fix_issue_23(self):
51+
def test_fix_issue_28(self):
5252
"""
5353
https://github.com/rayokota/jsonata-python/issues/23
5454
"""

0 commit comments

Comments
 (0)