Skip to content

Commit 9232b28

Browse files
committed
Fix assertion message in test_integer_decode
1 parent 25eb45f commit 9232b28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/float.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2411,7 +2411,7 @@ mod tests {
24112411
expected == found,
24122412
"unexpected output of `Float::integer_decode({0:e})`
24132413
\texpected: ({1:#x} {2} {3})
2414-
\t found: {4:#x} {5} {6}",
2414+
\t found: ({4:#x} {5} {6})",
24152415
given,
24162416
expected.0,
24172417
expected.1,

0 commit comments

Comments
 (0)