Skip to content

Commit 557cb5d

Browse files
authored
fix failing tests which happened as we merged multiple PRs at the same time and one PR removed the import (#422)
1 parent 12c21aa commit 557cb5d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cloud/linode/cloud_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ import (
77

88
"github.com/golang/mock/gomock"
99
"github.com/stretchr/testify/assert"
10+
"github.com/stretchr/testify/require"
1011
cloudprovider "k8s.io/cloud-provider"
1112

1213
"github.com/linode/linode-cloud-controller-manager/cloud/linode/client/mocks"

0 commit comments

Comments
 (0)