Skip to content

Commit

Permalink
Update liquidation.rs tests
Browse files Browse the repository at this point in the history
  • Loading branch information
wphan authored May 14, 2024
1 parent 9b6252a commit 9ee9272
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/math/liquidation.rs
Original file line number Diff line number Diff line change
Expand Up @@ -516,7 +516,7 @@ mod tests {
);
let client = DriftClient::new(
crate::Context::MainNet,
RpcAccountProvider::new("https://api.rpcpool.com/179768cca720c4957c1ceff0677f"),
RpcAccountProvider::new("https://api.mainnet-beta.solana.com"),
wallet.clone(),
)
.await
Expand Down

0 comments on commit 9ee9272

Please sign in to comment.