Skip to content

Commit

Permalink
format tests
Browse files Browse the repository at this point in the history
  • Loading branch information
josephleekl committed Oct 19, 2024
1 parent 699df96 commit eaac78f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_gates.py
Original file line number Diff line number Diff line change
Expand Up @@ -443,7 +443,7 @@ def circuit():
qml.DoubleExcitation,
qml.DoubleExcitationMinus,
qml.DoubleExcitationPlus,
qml.GlobalPhase
qml.GlobalPhase,
],
)
@pytest.mark.parametrize("control_value", [False, True])
Expand Down

0 comments on commit eaac78f

Please sign in to comment.