Skip to content

Commit d2fb881

Browse files
committed
fixing test
1 parent d420566 commit d2fb881

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/pyqrack/runtime/noise/native/test_pauli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ def test_atom_loss():
7979
rng_state.choice.side_effect = ["y"]
8080
rng_state.uniform.return_value = 0.5
8181
sim_reg = run_mock(test_atom_loss, rng_state)
82-
sim_reg.assert_has_calls([call.mcz([0], 1), call.force_m(0, 0), call.y(1)])
82+
sim_reg.assert_has_calls([call.mcz([0], 1), call.m(0), call.y(1)])
8383

8484

8585
def test_cz_pauli_channel_true():

0 commit comments

Comments
 (0)