Skip to content

Commit d7f10a6

Browse files
committed
Update formatter format test name
1 parent a4561f3 commit d7f10a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_formatter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ def test_get_extra(record, expected):
7878
({"levelname": "INFO", "msg": "="}, 'at=INFO msg="="'),
7979
],
8080
)
81-
def test_logfmt_formatter_format(record, expected):
81+
def test_format(record, expected):
8282
# Generate a real `logging.LogRecord` from the provided dictionary.
8383
record = logging.makeLogRecord(record)
8484

0 commit comments

Comments
 (0)