Skip to content

Commit

Permalink
Fix lint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
thom-at-redhat committed Oct 15, 2024
1 parent 8661e64 commit 80c2058
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/backends/tcp_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ func TestNewTCPListener(t *testing.T) {
got, err := NewTCPListener(tt.args.address, tt.args.tls, tt.args.logger)
if (err != nil) != tt.wantErr {
t.Errorf("NewTCPListener() error = %v, wantErr %v", err, tt.wantErr)

return
}
if !reflect.DeepEqual(got, tt.want) {
Expand Down

0 comments on commit 80c2058

Please sign in to comment.