Skip to content

Commit

Permalink
fix(vet error)
Browse files Browse the repository at this point in the history
  • Loading branch information
zbintliff committed Oct 18, 2017
1 parent f1f0d76 commit e71d05b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/port_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ func Test_FindPortInRangeWithUsedPorts(t *testing.T) {

l, err := net.ListenTCP("tcp", addr)
if err != nil {
t.Fatalf("Could not bind to port in test", s)
t.Fatalf("Could not bind to port %s in test", s)
}
defer l.Close()
p, err := FindPortInRange(c.s)
Expand Down

0 comments on commit e71d05b

Please sign in to comment.