From d5fe46ab8e4932cad487a9243a3a0559fd136424 Mon Sep 17 00:00:00 2001 From: "Salvador E. Tropea" Date: Mon, 31 Aug 2020 20:48:11 -0300 Subject: [PATCH] Updated error text in the test. --- tests/test_plot/test_sch_errors.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_plot/test_sch_errors.py b/tests/test_plot/test_sch_errors.py index 8f046688..19de8f69 100644 --- a/tests/test_plot/test_sch_errors.py +++ b/tests/test_plot/test_sch_errors.py @@ -151,7 +151,7 @@ def test_sch_errors_bad_conn(): def test_sch_errors_bad_text(): - setup_ctx('bad_text', 'Malformed text') + setup_ctx('bad_text', 'Malformed .?Text.?') def test_sch_errors_bad_wire():