From 49c09117ed510425a82a11a7a4ed207070358636 Mon Sep 17 00:00:00 2001 From: Ethan Smith Date: Thu, 29 Nov 2018 00:55:33 -0800 Subject: [PATCH] Fix lint --- testing/acceptance_test.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/testing/acceptance_test.py b/testing/acceptance_test.py index deeafaa..d7a1d7c 100644 --- a/testing/acceptance_test.py +++ b/testing/acceptance_test.py @@ -366,9 +366,7 @@ class TestTerminalReporting: """ ) result = testdir.runpytest("-q") - result.stdout.fnmatch_lines( - [".*[100%]*", "*1*passed*"] - ) + result.stdout.fnmatch_lines([".*[100%]*", "*1*passed*"]) def test_pass_skip_fail(self, testdir): testdir.makepyfile(