Skip to content

Commit

Permalink
Fix int tests
Browse files Browse the repository at this point in the history
  • Loading branch information
elizabethengelman committed Sep 6, 2024
1 parent 5577fc6 commit 49fb078
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cmd/crates/soroban-test/tests/it/integration/dotenv.rs
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ async fn current_env_not_overwritten() {
.arg("--world=world")
.assert()
.stderr(
"error: Contract not found: CAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFCT4\n",
"error: Contract not found: CAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFCT4\n",
);
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ fn contract_data_read_failure(sandbox: &TestEnv, id: &str) {
.assert()
.failure()
.stderr(
"error: no matching contract data entries were found for the specified contract id\n",
"error: no matching contract data entries were found for the specified contract id\n",
);
}

Expand Down

0 comments on commit 49fb078

Please sign in to comment.