fix test_coloredlogformatter_with_width_precision test
This commit is contained in:
parent
1e3fcece6d
commit
80acc0ed6f
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue