From 94404dde5159ed1c1a5524d49ac895f6aeed8d39 Mon Sep 17 00:00:00 2001 From: "Jens H. Nielsen" Date: Tue, 11 Feb 2025 11:34:37 +0100 Subject: [PATCH] Update test to match new output --- tests/test_channels.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_channels.py b/tests/test_channels.py index 980c5ce3e6e..cd2d634211a 100644 --- a/tests/test_channels.py +++ b/tests/test_channels.py @@ -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,