Skip to content

Commit

Permalink
Fix nil-ptr issue in e2e tests (#1561)
Browse files Browse the repository at this point in the history
Co-authored-by: Azeem Shaikh <[email protected]>
  • Loading branch information
azeemshaikh38 and azeemsgoogle authored Jan 28, 2022
1 parent 70afae8 commit 29b14f8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion utests/utlib.go
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,6 @@ func ValidateTestReturn(t *testing.T, name string, expected *TestReturn,
}
if !cmp.Equal(*expected, *actualTestReturn, cmp.Comparer(errCmp)) {
log.Println(name+":", cmp.Diff(*expected, *actualTestReturn))
t.Logf(name+":", cmp.Diff(*expected, *actualTestReturn))
return false
}
return true
Expand Down

0 comments on commit 29b14f8

Please sign in to comment.