Skip to content

Commit

Permalink
Revert change to websocket_test
Browse files Browse the repository at this point in the history
  • Loading branch information
hantonelli committed Mar 10, 2019
1 parent 61c1cb9 commit 68446e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion handler/websocket_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ func TestWebsocket(t *testing.T) {

func TestWebsocketWithKeepAlive(t *testing.T) {
next := make(chan struct{})
h := GraphQL(&executableSchemaStub{NextResp: next}, WebsocketKeepAliveDuration(10*time.Millisecond))
h := GraphQL(&executableSchemaStub{next}, WebsocketKeepAliveDuration(10*time.Millisecond))

srv := httptest.NewServer(h)
defer srv.Close()
Expand Down

0 comments on commit 68446e1

Please sign in to comment.