Skip to content

Commit

Permalink
Makes linter happy
Browse files Browse the repository at this point in the history
  • Loading branch information
ksysoev committed Sep 30, 2024
1 parent c6dba37 commit 7937f6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/ws_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ func TestWSBackend_RequestFactory_Error(t *testing.T) {
}
}
func TestWithWSDialler(t *testing.T) {
customDialer := func(ctx context.Context, baseURL string) (*websocket.Conn, error) {
customDialer := func(_ context.Context, _ string) (*websocket.Conn, error) {
return nil, assert.AnError
}

Expand Down

0 comments on commit 7937f6b

Please sign in to comment.