Skip to content

Commit

Permalink
fix: revert change to invoke test
Browse files Browse the repository at this point in the history
  • Loading branch information
willemneal committed Apr 10, 2024
1 parent b3b63c4 commit 2494601
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ use super::util::{deploy_hello, extend, HELLO_WORLD};
#[allow(clippy::too_many_lines)]
#[tokio::test]
async fn invoke() {
let sandbox = &TestEnv::with_rpc_url("http://moss:8090/soroban/rpc");
let sandbox = &TestEnv::new();
let c = soroban_rpc::Client::new(&sandbox.rpc_url).unwrap();
let GetLatestLedgerResponse { sequence, .. } = c.get_latest_ledger().await.unwrap();
sandbox
Expand Down

0 comments on commit 2494601

Please sign in to comment.