Skip to content

Commit

Permalink
Fix linter error
Browse files Browse the repository at this point in the history
  • Loading branch information
vlad-tokarev committed Sep 22, 2023
1 parent 4964d92 commit 30599b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion graphql/handler/transport/websocket_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -526,7 +526,7 @@ func TestWebSocketCloseFunc(t *testing.T) {
}

select {
case _ = <-closeFuncCalled:
case <-closeFuncCalled:
assert.Fail(t, "The close handler was called more than once")
case <-time.NewTimer(time.Millisecond * 20).C:
// ok
Expand Down

0 comments on commit 30599b5

Please sign in to comment.