Skip to content

Commit

Permalink
chore: typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
bitwise-constructs committed Dec 23, 2024
1 parent 86998eb commit ae1dd89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/functional/test_fixtures.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ def test_isolation_restore_not_implemented(mocker, networks, fixtures):
networks.active_provider = orig_provider


@pytest.mark.parametrize("snapshot_id", (0, 1, "123", tuple(b"123", 1)))
@pytest.mark.parametrize("snapshot_id", (0, 1, "123", (b"123", 1)))
def test_isolation_snapshot_id_types(snapshot_id, fixtures):
class IsolationManagerWithCustomSnapshot(IsolationManager):
take_call_count = 0
Expand Down

0 comments on commit ae1dd89

Please sign in to comment.