Skip to content

Commit

Permalink
Rename the test name with r2ishiguro as a word
Browse files Browse the repository at this point in the history
  • Loading branch information
Mdaiki0730 committed Nov 10, 2022
1 parent 990d2ab commit d1f3bbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crypto/vrf/vrf_r2ishiguro_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (
"github.com/stretchr/testify/require"
)

func TestVrfEd25519r2ishiguro_ProofToHash(t *testing.T) {
func TestVrfEd25519R2ishiguro_ProofToHash(t *testing.T) {
secret := [SEEDBYTES]byte{}
privateKey := ed25519.NewKeyFromSeed(secret[:])
message := []byte("hello, world")
Expand Down

0 comments on commit d1f3bbf

Please sign in to comment.