Skip to content
Snippets Groups Projects
Commit 8fea7b3d authored by Robier Al Kaadi's avatar Robier Al Kaadi :penguin:
Browse files

Update test_sfg.py

parent 280984f7
No related branches found
No related tags found
1 merge request!454Resolve "Incorrect SFGs do not raise"
Pipeline #133571 passed
......@@ -1424,7 +1424,7 @@ class TestSFGErrors:
out1 = Output(adaptor.output(0))
signal = Signal(adaptor.output(1))
with pytest.raises(
ValueError, match="At least one output operation is not connected!, Tips: Check for output ports that are connected to the same signal"
ValueError, match="At least one output operation is not connected!, Tips: Check for output ports that are connected to the same signal"
):
SFG([in1, in2], [out1], output_signals=[signal, signal])
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment