From 8fea7b3dc98a702ef06023605c5f653f56977e5f Mon Sep 17 00:00:00 2001 From: Robier Al Kaadi <robal695@student.liu.se> Date: Thu, 11 Jul 2024 10:22:36 +0000 Subject: [PATCH] Update test_sfg.py --- test/test_sfg.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test_sfg.py b/test/test_sfg.py index f094cc47..2c1b8f11 100644 --- a/test/test_sfg.py +++ b/test/test_sfg.py @@ -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]) -- GitLab