Skip to content

Commit

Permalink
Fix unrelated build error
Browse files Browse the repository at this point in the history
  • Loading branch information
laevandus committed Jun 26, 2024
1 parent 7222417 commit 606a6bf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ extension StreamTestCase {
return
}
server.stop()
MockServerConfiguration.port = Int.random(in: 61000..<62000)
MockServerConfiguration.port = UInt16.random(in: 61000..<62000)
}

mockServerCrashed = true
Expand Down

0 comments on commit 606a6bf

Please sign in to comment.