fix test_coloredlogformatter_with_width_precision test

This commit is contained in:
Rahul Kumaresan
2021-05-07 16:25:19 +05:30
parent 1e3fcece6d
commit 80acc0ed6f

View File

@@ -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",