Update insta snapshots (#14366)

This commit is contained in:
Micha Reiser 2024-11-15 19:31:15 +01:00 committed by GitHub
parent 81e5830585
commit c847cad389
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2595 changed files with 3052 additions and 2578 deletions

View file

@ -735,7 +735,7 @@ mod tests {
fn test_global_only_init_options_deserialize() {
let options: InitializationOptions = deserialize_fixture(GLOBAL_ONLY_INIT_OPTIONS_FIXTURE);
assert_debug_snapshot!(options, @r###"
assert_debug_snapshot!(options, @r#"
GlobalOnly {
settings: ClientSettings {
configuration: None,
@ -789,7 +789,7 @@ mod tests {
},
},
}
"###);
"#);
}
#[test]