Skip to content

Commit

Permalink
Split key generation out in helper
Browse files Browse the repository at this point in the history
  • Loading branch information
eyedeekay committed Oct 28, 2021
1 parent ef67dc1 commit ca8d868
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion primary_stream_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ func Test_PrimaryStreamingServerClient(t *testing.T) {
return
}
defer ss.Close()
time.Sleep(time.Second*10)
time.Sleep(time.Second * 10)
c, w := make(chan bool), make(chan bool)
go func(c, w chan (bool)) {
if !(<-w) {
Expand Down

0 comments on commit ca8d868

Please sign in to comment.