Skip to content

Commit

Permalink
fix(ci): update snapshots for new rust version
Browse files Browse the repository at this point in the history
  • Loading branch information
eopb committed Jan 30, 2025
1 parent 542e603 commit de3d40b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/all/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -900,16 +900,16 @@ fn missing_manifest() {
(&patch_folder, "[PATCH]"),
]}, {
insta::assert_snapshot!(stdout, @"");
insta::assert_snapshot!(stderr, @r###"
insta::assert_snapshot!(stderr, @r#"
error: Unable to run `cargo metadata`
Caused by:
`cargo metadata` exited with an error: error: failed to parse manifest at `[TEMPDIR]Cargo.toml`
Caused by:
virtual manifests must be configured with [workspace]
manifest is missing either a `[package]` or a `[workspace]`
"###);
"#);
});
}

Expand Down

0 comments on commit de3d40b

Please sign in to comment.