From 5021d6a0a100d4987be126e87b7ee5fbfc17bbdc Mon Sep 17 00:00:00 2001 From: Seunghoon Yeon Date: Mon, 22 Jun 2020 14:27:58 +0900 Subject: [PATCH] Typo fixed. (#520) --- test/conftest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/conftest.py b/test/conftest.py index 08b1b56..6e46d5d 100644 --- a/test/conftest.py +++ b/test/conftest.py @@ -23,7 +23,7 @@ def pytest_pyfunc_call(pyfuncitem): class OutputChecker: - '''Check output data for suspicious patters. + '''Check output data for suspicious patterns. Everything written to check_output.fd will be scanned for suspicious messages and then written to sys.stdout. -- 2.30.2