Skip to content

Commit

Permalink
handle deepsource error
Browse files Browse the repository at this point in the history
  • Loading branch information
axaysagathiya committed Jul 24, 2023
1 parent 3de784d commit 694450e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dot/rpc/subscription/helpers_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ func setupWSConn(t *testing.T) (*WSConn, *websocket.Conn, func()) {

wsURL := "ws" + strings.TrimPrefix(server.URL, "http")
ws, r, err := websocket.DefaultDialer.Dial(wsURL, nil)
defer r.Body.Close()
r.Body.Close()

require.NoError(t, err)

Expand Down

0 comments on commit 694450e

Please sign in to comment.