Fix deserializer test

v5-api
Dominik Nakamura 2 years ago
parent 13ac632a1b
commit b7ef82cd79
No known key found for this signature in database
GPG Key ID: E4C6A749B2491910

@ -268,7 +268,7 @@ mod tests {
Token::U64(u64::MAX),
Token::StructEnd,
],
"value 18446744073709551615 is too large for an i64: \
"value is too large for an i64: \
out of range integral type conversion attempted",
);
}

Loading…
Cancel
Save