mirror of
https://github.com/astral-sh/ruff.git
synced 2025-10-03 07:04:53 +00:00
Update insta snapshots (#14366)
This commit is contained in:
parent
81e5830585
commit
c847cad389
2595 changed files with 3052 additions and 2578 deletions
|
@ -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]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue