Skip to content

Commit

Permalink
Fix test.
Browse files Browse the repository at this point in the history
  • Loading branch information
milesj committed Dec 1, 2024
1 parent 4939ba4 commit 4972f1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/core/tests/proto_config_test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,7 @@ foo = "file://./test.toml"
use super::*;

#[test]
#[should_panic(expected = "does not exist")]
#[should_panic(expected = "not exist")]
fn errors_if_file_missing() {
let sandbox = create_empty_sandbox();
sandbox.create_file(
Expand Down

0 comments on commit 4972f1b

Please sign in to comment.