Skip to content

Commit

Permalink
Update pytket/tests/predicates_test.py
Browse files Browse the repository at this point in the history
  • Loading branch information
cqc-alec authored Feb 10, 2025
1 parent d3b52fe commit 647d3d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pytket/tests/predicates_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -1148,7 +1148,7 @@ def test_has_implicit_wireswaps() -> None:
assert c.has_implicit_wireswaps

# Property should be read-only
with pytest.raises(AttributeError): # type: ignore[unreachable]
with pytest.raises(AttributeError): # type: ignore[unreachable]
c.has_implicit_wireswaps = True


Expand Down

0 comments on commit 647d3d5

Please sign in to comment.