Skip to content

Commit

Permalink
Update test_int.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Beakerboy committed Feb 23, 2024
1 parent 4e76ca9 commit 3ce85d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Unit/test_int.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ def test_float() -> None:


def test_string() -> None:
assert literal_from_string("foo") == "foo"
assert literal_from_string('"foo"') == "foo"

0 comments on commit 3ce85d4

Please sign in to comment.