Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
stefan-mysten committed Dec 13, 2024
1 parent 883ed0a commit e3ef4ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/sui/tests/cli_tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1650,7 +1650,7 @@ async fn test_package_publish_nonexistent_dependency() -> Result<(), anyhow::Err

let err = result.unwrap_err().to_string();
assert!(
err.contains("Dependency object does not exist or was deleted")
err.contains("Dependency object does not exist or was deleted"),
"{}",
err
);
Expand Down

0 comments on commit e3ef4ae

Please sign in to comment.