Skip to content

Commit

Permalink
Correct webtransport test
Browse files Browse the repository at this point in the history
  • Loading branch information
umgefahren committed Mar 7, 2024
1 parent 38be2b4 commit ce7596c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions wasm-tests/webtransport-tests/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -293,8 +293,8 @@ async fn error_on_unknown_peer_id() {
.dial(
addr.clone(),
DialOpts {
role: Endpoint::Listener,
port_use: PortUse::New,
role: Endpoint::Dialer,
port_use: PortUse::Reuse,
},
)
.unwrap()
Expand Down

0 comments on commit ce7596c

Please sign in to comment.