Skip to content

Commit 27f443d

Browse files
author
Stephen DiAdamo
committed
last last attempt
1 parent a76b322 commit 27f443d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/test_custom_two_qubit_gate.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,9 +131,9 @@ def test_custom_two_qubit_control_gate_other_qubits_not_affected():
131131
test_list = [
132132
test_two_qubit_gate,
133133
test_custom_two_qubit_control_gate_control_applied,
134+
test_custom_two_qubit_control_gate_other_qubits_not_affected,
134135
test_custom_two_qubit_control_gate_control_not_applied,
135-
test_custom_two_qubit_control_gate_control_ccnot,
136-
test_custom_two_qubit_control_gate_other_qubits_not_affected
136+
test_custom_two_qubit_control_gate_control_ccnot
137137
]
138138

139139
for func in test_list:

0 commit comments

Comments
 (0)