Skip to content

Commit

Permalink
Remove junk from test
Browse files Browse the repository at this point in the history
  • Loading branch information
Jarema committed May 1, 2022
1 parent 947bef1 commit bb3a21b
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions async-nats/tests/tls.rs
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,6 @@ mod client {

let path = PathBuf::from(env!("CARGO_MANIFEST_DIR"));

async_nats::ConnectOptions::new()
.require_tls(true)
.connect(&s.client_url())
.await
.unwrap();

tokio::time::timeout(
tokio::time::Duration::from_secs(10),
async_nats::ConnectOptions::new()
Expand Down

0 comments on commit bb3a21b

Please sign in to comment.