Skip to content

Commit

Permalink
fix: update method import
Browse files Browse the repository at this point in the history
Signed-off-by: Kumar Mallikarjuna <[email protected]>
  • Loading branch information
kumar-mallikarjuna committed Dec 17, 2024
1 parent a9264e9 commit 537b777
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/test/step_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ func TestCheckResourceAbsent(t *testing.T) {
fakeDiscovery := k8sfake.DiscoveryClient()

for _, object := range test.actual {
_, _, err := object.Namespaced(fakeDiscovery, object, testNamespace)
_, _, err := kubernetes.Namespaced(fakeDiscovery, object, testNamespace)
assert.NoError(t, err)
}

Expand Down

0 comments on commit 537b777

Please sign in to comment.