We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3f17a7 commit 040f332Copy full SHA for 040f332
1 file changed
meshtastic/tests/test_stream_interface.py
@@ -15,7 +15,7 @@ def test_StreamInterface():
15
"""Test that we cannot instantiate a StreamInterface based on noProto"""
16
with pytest.raises(Exception) as pytest_wrapped_e:
17
StreamInterface()
18
- assert pytest_wrapped_e.type == Exception
+ assert pytest_wrapped_e.type == RuntimeError
19
20
21
# Note: This takes a bit, so moving from unit to slow
0 commit comments