Skip to content

Commit 9a9a372

Browse files
committed
fixed test function name
1 parent ee31d6c commit 9a9a372

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

confmap/provider/googlesecretmanagerprovider/provider_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ func TestFactory(t *testing.T) {
109109
require.True(t, ok)
110110
}
111111

112-
func TestShutDown(t *testing.T) {
112+
func TestShutdown(t *testing.T) {
113113
tests := []struct {
114114
name string
115115
testSecretManager *mockSecretsManagerClient

0 commit comments

Comments
 (0)