Skip to content

Commit 80acc0e

Browse files
committed
fix test_coloredlogformatter_with_width_precision test
1 parent 1e3fcec commit 80acc0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testing/logging/test_formatter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ class option:
3737

3838

3939
def test_coloredlogformatter_with_width_precision() -> None:
40-
logfmt = "%(filename)-25s %(lineno)4d %(levelname)-8.2s %(message)s"
40+
logfmt = "%(filename)-25s %(lineno)4d %(levelname)-8.8s %(message)s"
4141

4242
record = logging.LogRecord(
4343
name="dummy",

0 commit comments

Comments
 (0)