Skip to content

Commit

Permalink
fix: fmt and ensure stderr for deployoy
Browse files Browse the repository at this point in the history
  • Loading branch information
willemneal committed Feb 17, 2024
1 parent 0b0a6a5 commit 41b79ac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ async fn invoke() {
// Note that all functions tested here have no state
invoke_hello_world(sandbox, id);

sandbox
sandbox
.new_assert_cmd("events")
.arg("--start-ledger")
.arg(&sequence.to_string())
Expand Down
1 change: 1 addition & 0 deletions cmd/crates/soroban-test/tests/it/integration/util.rs
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ pub fn deploy_contract(sandbox: &TestEnv, wasm: &Wasm) -> String {
.arg(TEST_SALT)
.arg("--ignore-checks")
.assert()
.stderr("")
.stdout_as_str()
}

Expand Down

0 comments on commit 41b79ac

Please sign in to comment.