Skip to content

Commit

Permalink
Update comid/cryptokey_test.go
Browse files Browse the repository at this point in the history
Co-authored-by: Yogesh Deshpande <[email protected]>
  • Loading branch information
setrofim and yogeshbdeshpande authored Nov 9, 2023
1 parent a152ac9 commit 114c0cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion comid/cryptokey_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit 114c0cc

Please sign in to comment.