Skip to content

Commit

Permalink
Revert change in test that was resolved by pydantic version update
Browse files Browse the repository at this point in the history
  • Loading branch information
jwlodek committed Nov 22, 2024
1 parent 07684a4 commit 6dc09f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/fastcs/panda/test_trigger.py
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ def full_seq_table(trigger):
full_seq_table(["A"])
assert (
"Input should be 'Immediate', 'BITA=0', 'BITA=1', 'BITB=0', 'BITB=1', "
"'BITC...' [type=enum, input_value='A', input_type=str]"
"'BITC... [type=enum, input_value='A', input_type=str]"
) in str(exc)

# Pydantic is able to infer type from these
Expand Down

0 comments on commit 6dc09f3

Please sign in to comment.