diff --git a/tests/test_plot/test_misc.py b/tests/test_plot/test_misc.py index 973d2623..554e4f00 100644 --- a/tests/test_plot/test_misc.py +++ b/tests/test_plot/test_misc.py @@ -423,7 +423,7 @@ def test_example_4(test_dir): ctx.run(extra=['--example', '-P'], no_verbose=True, no_yaml_file=True) assert ctx.expect_out_file(EXAMPLE_CFG) ctx.search_in_file(EXAMPLE_CFG, ['GND.Cu', 'pen_width: 35.0']) - ctx.search_not_in_file(EXAMPLE_CFG, ['F.Adhes']) + ctx.search_not_in_file(EXAMPLE_CFG, ["layer: 'F.Adhes"]) ctx.clean_up()