Skip to content

Commit 31b4d63

Browse files
update test assertion.
1 parent 3c21aae commit 31b4d63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/cirq_utils/test_parallelize.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ def test_measurement_and_reset():
5252

5353
parallelized_circuit = parallelize(circuit)
5454

55-
assert len(parallelized_circuit.moments) == 11
55+
assert len(parallelized_circuit.moments) == 13
5656

5757
#this circuit should deterministically return all qubits to |0>
5858
#let's check:

0 commit comments

Comments
 (0)