Skip to content

Commit 9aa6683

Browse files
committed
fix util test
1 parent 953575a commit 9aa6683

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

internal/pkg/utils/utils_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -580,6 +580,7 @@ func TestGetSliceFromPointer(t *testing.T) {
580580
result := GetSliceFromPointer(tt.input)
581581

582582
if result == nil {
583+
t.Errorf("GetSliceFromPointer() = %v, want %v", result, tt.expected)
583584
return
584585
}
585586

0 commit comments

Comments
 (0)