Skip to content

Commit

Permalink
Update test_json.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew-S-Rosen authored Mar 4, 2024
1 parent 0a09856 commit 5fbd4d7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_json.py
Original file line number Diff line number Diff line change
Expand Up @@ -608,6 +608,7 @@ def test_jsanitize(self):
clean_strict = jsanitize(d, strict=True)
assert clean_strict["hello"]["a"] == 1
assert clean_strict["hello"]["b"] == 2
assert clean_strict["test"] == "hi"
clean_recursive_msonable = jsanitize(d, recursive_msonable=True)
assert clean_recursive_msonable["hello"]["a"] == 1
assert clean_recursive_msonable["hello"]["b"] == 2
Expand Down

0 comments on commit 5fbd4d7

Please sign in to comment.