Fix error test output message

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

@ -95,7 +95,7 @@ mod tests {
Token::Str(""),
Token::StructEnd,
],
"EOF while parsing a value at line 1 column 0",
"failed deserializing JSON string",
);
}
}

Loading…
Cancel
Save