We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a92c54 commit bc76cb9Copy full SHA for bc76cb9
src/webserver/database/blob_to_data_url.rs
@@ -181,7 +181,7 @@ mod tests {
181
let result = vec_to_data_uri_value(b"test");
182
match result {
183
serde_json::Value::String(s) => {
184
- assert_eq!(s, "data:application/octet-stream;base64,dGVzdA==")
+ assert_eq!(s, "data:application/octet-stream;base64,dGVzdA==");
185
}
186
_ => panic!("Expected String value"),
187
0 commit comments