Skip to content

Commit

Permalink
[test] Replace (deprecated) pass used in test. (#80)
Browse files Browse the repository at this point in the history
  • Loading branch information
cqc-alec authored Dec 7, 2023
1 parent 79ccf11 commit 3181d8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_backends.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
from pytket.extensions.cirq import CirqStateSampleBackend
from pytket.extensions.projectq import ProjectQBackend

from pytket.passes import SynthesiseHQS as sample_pass
from pytket.passes import SynthesiseTK as sample_pass
from pytket.backends.backend_exceptions import CircuitNotValidError


Expand Down

0 comments on commit 3181d8b

Please sign in to comment.