Skip to content

Commit

Permalink
fix: don't use local RPC
Browse files Browse the repository at this point in the history
  • Loading branch information
willemneal authored and gitbutler-client committed Apr 5, 2024
1 parent 1811cdd commit 9462ba6
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 9462ba6

Please sign in to comment.