Skip to content

Commit

Permalink
Change existing Status() call to Ready( ) in unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
architkulkarni committed Sep 3, 2024
1 parent 5edb69b commit dc584e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cni_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ func TestLibCNIType120(t *testing.T) {
err := l.Load(WithAllConf)
assert.NoError(t, err)

err = l.Status()
err = l.Ready()
assert.NoError(t, err)

mockCNI := &MockCNI{}
Expand Down

0 comments on commit dc584e0

Please sign in to comment.