Skip to content

Commit

Permalink
test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nulinspiratie committed Jul 3, 2024
1 parent abff173 commit ee64c8c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/serialisation/test_json_serialisation.py
Original file line number Diff line number Diff line change
Expand Up @@ -128,8 +128,8 @@ def test_serialise_int_dict_keys(tmp_path):
assert d == {
"a": 1,
"d": {
"1": "a",
"2": "b",
1: "a",
2: "b",
},
"__class__": "test_json_serialisation.QuAMWithIntDict",
}

0 comments on commit ee64c8c

Please sign in to comment.