Skip to content

Commit f976974

Browse files
committed
test
1 parent 3f33176 commit f976974

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

keystore/kms/keystore_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ func TestKMSKeystore(t *testing.T) {
2727
},
2828
})
2929
require.NoError(t, err)
30-
ks, err := kms.NewKMSKeystore(mockClient)
30+
ks, err := kms.NewKeystore(mockClient)
3131
require.NoError(t, err)
3232
ctx := t.Context()
3333

0 commit comments

Comments
 (0)