Skip to content

Commit

Permalink
✅ Update test
Browse files Browse the repository at this point in the history
  • Loading branch information
garlontas committed Dec 30, 2023
1 parent 151434d commit da77ecb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_json_loader.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,4 +69,4 @@ def test_json_loader_from_string(self):

def test_json_loader_from_empty_string(self):
with self.assertRaises(JSONDecodeError):
self.assertEqual(len(json('', read_from_src=True)), 0)
len(json('', read_from_src=True))

0 comments on commit da77ecb

Please sign in to comment.