Skip to content

Commit

Permalink
fixed test
Browse files Browse the repository at this point in the history
  • Loading branch information
KaranGauswami committed Sep 13, 2023
1 parent 23bb3b8 commit e589667
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/inbound.rs
Original file line number Diff line number Diff line change
Expand Up @@ -240,8 +240,7 @@ async fn concurrent_bgapi() -> core::result::Result<(), EslError> {
#[tokio::test]
#[timeout(30000)]
async fn connected_status() -> Result<()> {
// let (_, addr) = mock_test_server().await?;
let addr = "localhost:8021";
let (_, addr) = mock_test_server().await?;
let inbound = Esl::inbound(addr, "ClueCon").await?;
assert!(inbound.connected());
Ok(())
Expand Down

0 comments on commit e589667

Please sign in to comment.