Skip to content

Commit

Permalink
new is no more.
Browse files Browse the repository at this point in the history
  • Loading branch information
fnando committed Sep 27, 2024
1 parent 638917e commit 3cbb8d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/crates/soroban-test/tests/it/integration/tx.rs
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ async fn txn_hash() {

#[tokio::test]
async fn build_simulate_sign_send() {
let sandbox = &TestEnv::new();
let sandbox = &TestEnv::default();
sandbox
.new_assert_cmd("contract")
.arg("install")
Expand Down

0 comments on commit 3cbb8d4

Please sign in to comment.