Skip to content

Commit 36ea0c1

Browse files
committed
Fix an unrelated test
1 parent c4faa8b commit 36ea0c1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/unit/common/core/test_logging.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,15 +44,15 @@ def _log_traceback() -> None:
4444
{
4545
"levelname": "INFO",
4646
"message": "hello arg1, 22",
47-
"timestamp": "2023-12-08 06:05:47,319",
47+
"timestamp": "2023-12-08 06:05:47,320",
4848
"logger_name": "test_json_formatter__outputs_expected",
4949
"pid": expected_pid,
5050
"thread_name": "MainThread",
5151
},
5252
{
5353
"levelname": "ERROR",
5454
"message": "this is an error",
55-
"timestamp": "2023-12-08 06:05:47,319",
55+
"timestamp": "2023-12-08 06:05:47,320",
5656
"logger_name": "test_json_formatter__outputs_expected",
5757
"pid": expected_pid,
5858
"thread_name": "MainThread",

0 commit comments

Comments
 (0)