Skip to content

Commit

Permalink
Renaming.
Browse files Browse the repository at this point in the history
  • Loading branch information
andreibancioiu committed May 15, 2024
1 parent 687c85c commit 03ae053
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion abi/bigIntValues_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (
"testing"
)

func TestCodecForBigInt(t *testing.T) {
func TestBigIntValues(t *testing.T) {
codec, _ := newCodec(argsNewCodec{
pubKeyLength: 32,
})
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import (
"testing"
)

func TestCodecForSmallInt(t *testing.T) {
func TestSmallIntValues(t *testing.T) {
codec, _ := newCodec(argsNewCodec{
pubKeyLength: 32,
})
Expand Down

0 comments on commit 03ae053

Please sign in to comment.