Skip to content

Commit

Permalink
f pool testing
Browse files Browse the repository at this point in the history
  • Loading branch information
jbesraa committed Sep 3, 2024
1 parent 2967a57 commit fb80980
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions roles/integration-test/tests/pool_integration.rs
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@ async fn success_pool_template_provider_connection() {
pool_listening_address,
None,
Some(SocketAddr::from_str(&format!("127.0.0.1:{}", template_provider_port)).unwrap()),
)
.clone();
);
let state = pool.state().await.safe_lock(|s| s.clone()).unwrap();
assert_eq!(state, pool_sv2::PoolState::Initial);
let _pool = pool.clone();
Expand Down

0 comments on commit fb80980

Please sign in to comment.