Skip to content

Commit

Permalink
Remove mustNewBytes
Browse files Browse the repository at this point in the history
  • Loading branch information
winder committed Oct 8, 2024
1 parent cc7ced0 commit 140eb71
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions pkg/types/ccipocr3/v2/generic_types_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -246,12 +246,6 @@ func mustNewBytes32(t *testing.T, s string) Bytes32 {
return b32
}

func mustNewBytes(t *testing.T, s string) Bytes {
b, err := NewBytesFromString(s)
require.NoError(t, err)
return b
}

func mustNewUnknownAddress(t *testing.T, s string) UnknownAddress {
a, err := NewUnknownAddressFromHex(s)
require.NoError(t, err)
Expand Down

0 comments on commit 140eb71

Please sign in to comment.