Skip to content

Commit

Permalink
Add one more
Browse files Browse the repository at this point in the history
Signed-off-by: Steve Coffman <steve@khanacademy.org>
  • Loading branch information
StevenACoffman committed May 27, 2024
1 parent d2852bb commit 58a2291
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 @@ -347,7 +347,7 @@ func TestWebSocketInitTimeout(t *testing.T) {

var msg operationMessage
err := c.ReadJSON(&msg)
assert.Error(t, err)
require.Error(t, err)
assert.Contains(t, err.Error(), "timeout")
})

Expand Down

0 comments on commit 58a2291

Please sign in to comment.