Skip to content

Commit 188d24d

Browse files
authored
test: correct a typo in test_roundtrip.py (#2100)
1 parent d11a5ef commit 188d24d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_roundtrip.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ def roundtrip(
236236

237237
if logger.isEnabledFor(logging.DEBUG):
238238
logger.debug(
239-
"infmt = %s, testfmt = %s, source = %s, serailized = \n%s",
239+
"infmt = %s, testfmt = %s, source = %s, serialized = \n%s",
240240
infmt,
241241
testfmt,
242242
source,

0 commit comments

Comments
 (0)