Remove remaining snapshot files from resolver test (#698)

This commit is contained in:
Charlie Marsh 2023-12-19 00:41:50 -05:00 committed by GitHub
parent 3660d8a08e
commit 878bb5c035
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 2 additions and 12 deletions

View File

@ -511,7 +511,7 @@ async fn black_disallow_prerelease() -> Result<()> {
.await .await
.unwrap_err(); .unwrap_err();
insta::assert_display_snapshot!(err); insta::assert_display_snapshot!(err, @"Because there is no version of black available matching <=20.0 and root depends on black<=20.0, version solving failed.");
Ok(()) Ok(())
} }
@ -531,7 +531,7 @@ async fn black_allow_prerelease_if_necessary() -> Result<()> {
.await .await
.unwrap_err(); .unwrap_err();
insta::assert_display_snapshot!(err); insta::assert_display_snapshot!(err, @"Because there is no version of black available matching <=20.0 and root depends on black<=20.0, version solving failed.");
Ok(()) Ok(())
} }

View File

@ -1,5 +0,0 @@
---
source: crates/puffin-resolver/tests/resolver.rs
expression: err
---
Because there is no version of black available matching <=20.0 and root depends on black<=20.0, version solving failed.

View File

@ -1,5 +0,0 @@
---
source: crates/puffin-resolver/tests/resolver.rs
expression: err
---
Because there is no version of black available matching <=20.0 and root depends on black<=20.0, version solving failed.