Skip to content

Commit

Permalink
fix: fix repr test
Browse files Browse the repository at this point in the history
  • Loading branch information
BrunoLiegiBastonLiegi committed Sep 25, 2024
1 parent 28d2752 commit 21f0d7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_states.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@


def test_measurement_result_repr():
result = MeasurementResult(gates.M(0))
result = MeasurementResult(gates.M(0).target_qubits)
assert str(result) == "MeasurementResult(qubits=(0,), nshots=None)"


Expand Down

0 comments on commit 21f0d7e

Please sign in to comment.