Skip to content

Commit 7185c30

Browse files
committed
fix
1 parent 1c81b7c commit 7185c30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integrations/loguru/test_loguru.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ def test_just_log(
5454
formatted_message = (
5555
" | "
5656
+ "{:9}".format(level.name.upper())
57-
+ "| tests.integrations.loguru.test_loguru:test_just_log:53 - test"
57+
+ "| tests.integrations.loguru.test_loguru:test_just_log:52 - test"
5858
)
5959

6060
if not created_event:

0 commit comments

Comments
 (0)