Skip to content

Commit

Permalink
Fix Delay in test (#1732)
Browse files Browse the repository at this point in the history
Co-authored-by: Matthew Coolbeth <[email protected]>
Co-authored-by: Marquess Valdez <[email protected]>
  • Loading branch information
3 people authored Feb 6, 2024
1 parent 30d7564 commit fcd835c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/test_program.py
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ def test_compatibility_layer():
instructions = [
ResetQubit(0),
Reset(),
Delay([Frame([0], "frame")], [0], 0.01),
Delay([], [], 0.01),
DelayFrames([Frame([0], "frame")], 0.01),
DelayQubits([0, 1], 0.01),
]
Expand Down

0 comments on commit fcd835c

Please sign in to comment.