Skip to content

Commit

Permalink
Fix warning in test
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisballinger committed Mar 30, 2018
1 parent 3bc1eda commit ac901d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/Shared/TestServer.swift
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ extension TestServer {
self.accept()
client.connect(on: self.port)

let result = waiter.wait(for: [didConnect], timeout: 2.0)
let _ = waiter.wait(for: [didConnect], timeout: 2.0)

guard let accepted = self.lastAcceptedSocket else {
fatalError("No socket connected on \(self.port)")
Expand Down

0 comments on commit ac901d9

Please sign in to comment.