Skip to content

Commit

Permalink
fixup! Used OS assigned ports for each individual test. Avoids port c…
Browse files Browse the repository at this point in the history
…onflicts
  • Loading branch information
rorynugent committed Jun 3, 2024
1 parent 866a3d1 commit 406e47a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/udp.rs
Original file line number Diff line number Diff line change
Expand Up @@ -800,9 +800,8 @@ impl Tempest {

#[cfg(test)]
mod test {
use serde_json::json;

use super::*;
use serde_json::json;
use std::net::UdpSocket;

struct MockSender {
Expand Down

0 comments on commit 406e47a

Please sign in to comment.