Skip to content

Commit b71468f

Browse files
committed
fix typo
1 parent 4f1cfdc commit b71468f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cirq-core/cirq/circuits/circuit_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -840,7 +840,7 @@ def test_circuit_length_inference():
840840
qubit_indices = {cirq.q(0): 0}
841841
mkey_indices = {}
842842
ckey_indices = {}
843-
assert circuit.circuits.get_earliest_accommodating_moment_index(
843+
assert circuits.get_earliest_accommodating_moment_index(
844844
cirq.Moment(), qubit_indices, mkey_indices, ckey_indices
845845
) == len(circuit)
846846

0 commit comments

Comments
 (0)