Skip to content

Commit

Permalink
Update tests/backend_test.py
Browse files Browse the repository at this point in the history
  • Loading branch information
cqc-alec authored Jul 23, 2024
1 parent a18e81e commit d5b00fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/backend_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -1432,7 +1432,7 @@ def test_ibmq_local_emulator(
assert sum(c0 != c1 for c0, c1 in counts) < 25


def text_mc_gate_on_aer() -> None:
def test_mc_gate_on_aer() -> None:
"""Test for cm gates support in aer simulators
https://github.com/CQCL/pytket-qiskit/issues/368"""
for b in [AerBackend(), AerStateBackend(), AerUnitaryBackend()]:
Expand Down

0 comments on commit d5b00fc

Please # to comment.