diff --git a/comid/cryptokey_test.go b/comid/cryptokey_test.go index 40c5af9f..8a53edeb 100644 --- a/comid/cryptokey_test.go +++ b/comid/cryptokey_test.go @@ -423,7 +423,7 @@ func (o testCryptoKey) Valid() error { return nil } -func Test_RegisterCryptoKeyTypeType(t *testing.T) { +func Test_RegisterCryptoKey(t *testing.T) { err := RegisterCryptoKeyType(99998, newTestCryptoKey) require.NoError(t, err)