diff --git a/tests/test_black.py b/tests/test_black.py index a5b000f..f164ecf 100644 --- a/tests/test_black.py +++ b/tests/test_black.py @@ -55,7 +55,7 @@ def hello(): # Run it again, it should be skipped result = testdir.runpytest("--black", "-rs") result.assert_outcomes(skipped=1) - result.stdout.fnmatch_lines(["SKIP * previously passed black format checks"]) + result.stdout.fnmatch_lines(["SKIP*previously passed black format checks"]) # Update the file and test again. p.write(contents)