Skip to content

Commit

Permalink
Fix imports
Browse files Browse the repository at this point in the history
  • Loading branch information
zarvd committed Oct 18, 2024
1 parent 30aedcc commit edfb7a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/util/iputil/prefix_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ import (

"github.com/stretchr/testify/assert"

"sigs.k8s.io/cloud-provider-azure/pkg/provider/loadbalancer/fnutil"
fnutil "sigs.k8s.io/cloud-provider-azure/pkg/util/collectionutil"
)

func TestIsPrefixesAllowAll(t *testing.T) {
Expand Down

0 comments on commit edfb7a8

Please sign in to comment.