Skip to content

Commit

Permalink
Fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
andrzejressel committed Mar 17, 2024
1 parent d331ec4 commit b21505c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cargo-pulumi/tests/test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ fn errors_out_in_invalid_package() -> Result<(), Error> {
.failure()
.to_string();

assert!(s.contains("Caannot find package [invalid_package] in workspace"), "Output was: {}", s);
assert!(s.contains("Cannot find package [invalid_package] in workspace"), "Output was: {}", s);
Ok(())
}

Expand Down

0 comments on commit b21505c

Please sign in to comment.