Skip to content

Commit

Permalink
Update test to match new output
Browse files Browse the repository at this point in the history
  • Loading branch information
jenshnielsen committed Feb 11, 2025
1 parent 922632b commit 94404dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_channels.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ def test_channel_access_is_identical(dci, value, channel) -> None:
def test_invalid_channel_type_raises(empty_instrument: Instrument) -> None:
with pytest.raises(
ValueError,
match="ChannelTuple can only hold instances of type InstrumentChannel",
match="ChannelTuple can only hold instances of type InstrumentModule",
):
ChannelList(
parent=empty_instrument,
Expand Down

0 comments on commit 94404dd

Please sign in to comment.