Skip to content

Commit

Permalink
fix bug in test
Browse files Browse the repository at this point in the history
  • Loading branch information
astralcai committed Jun 11, 2024
1 parent c45621d commit 33fbcca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_qnode.py
Original file line number Diff line number Diff line change
Expand Up @@ -2055,5 +2055,5 @@ def test_prune_dynamic_transform_with_mcm():

_prune_dynamic_transform(program1, program2)
assert len(program1) == 2
assert qml.transforms.mid_circuit_measurements in program1
assert qml.devices.preprocess.mid_circuit_measurements in program1
assert len(program2) == 1

0 comments on commit 33fbcca

Please sign in to comment.