Skip to content

Commit

Permalink
Fix switch device err message (#581)
Browse files Browse the repository at this point in the history
* Adding forgotten strict in test
  • Loading branch information
a-corni authored Sep 15, 2023
1 parent 25b54eb commit b5a75af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_sequence.py
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,7 @@ def test_switch_device_down(reg, devices, pulses, mappable_reg, parametrized):
" right type, basis and addressing.",
):
# Can't find a match for the 2nd raman_local
seq.switch_device(Chadoq2)
seq.switch_device(Chadoq2, strict=True)

with pytest.raises(
ValueError,
Expand Down

0 comments on commit b5a75af

Please sign in to comment.