From 80acc0ed6f4f1cfaad2de2679089d8376583f6b0 Mon Sep 17 00:00:00 2001 From: Rahul Kumaresan Date: Fri, 7 May 2021 16:25:19 +0530 Subject: [PATCH] fix test_coloredlogformatter_with_width_precision test --- testing/logging/test_formatter.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/logging/test_formatter.py b/testing/logging/test_formatter.py index ccc7bfbeb..78596f049 100644 --- a/testing/logging/test_formatter.py +++ b/testing/logging/test_formatter.py @@ -37,7 +37,7 @@ def test_coloredlogformatter() -> None: def test_coloredlogformatter_with_width_precision() -> None: - logfmt = "%(filename)-25s %(lineno)4d %(levelname)-8.2s %(message)s" + logfmt = "%(filename)-25s %(lineno)4d %(levelname)-8.8s %(message)s" record = logging.LogRecord( name="dummy",