We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 953575a commit 9aa6683Copy full SHA for 9aa6683
1 file changed
internal/pkg/utils/utils_test.go
@@ -580,6 +580,7 @@ func TestGetSliceFromPointer(t *testing.T) {
580
result := GetSliceFromPointer(tt.input)
581
582
if result == nil {
583
+ t.Errorf("GetSliceFromPointer() = %v, want %v", result, tt.expected)
584
return
585
}
586
0 commit comments