Skip to content

Commit a13aa4c

Browse files
committed
removed debug msgs
1 parent dc0952c commit a13aa4c

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

pkg/providers/v1/aws_test.go

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3615,12 +3615,7 @@ func TestCloud_buildNLBHealthCheckConfiguration(t *testing.T) {
36153615

36163616
hc, err := c.buildNLBHealthCheckConfiguration(tt.service)
36173617
if !tt.wantError {
3618-
same := assert.Equal(t, tt.want, hc)
3619-
if !same {
3620-
fmt.Println("wanted: ", tt.want)
3621-
fmt.Println("got: ", hc)
3622-
3623-
}
3618+
assert.Equal(t, tt.want, hc)
36243619
} else {
36253620
assert.NotNil(t, err)
36263621
}

0 commit comments

Comments
 (0)