Skip to content

Commit 140eb71

Browse files
committed
Remove mustNewBytes
1 parent cc7ced0 commit 140eb71

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

pkg/types/ccipocr3/v2/generic_types_test.go

-6
Original file line numberDiff line numberDiff line change
@@ -246,12 +246,6 @@ func mustNewBytes32(t *testing.T, s string) Bytes32 {
246246
return b32
247247
}
248248

249-
func mustNewBytes(t *testing.T, s string) Bytes {
250-
b, err := NewBytesFromString(s)
251-
require.NoError(t, err)
252-
return b
253-
}
254-
255249
func mustNewUnknownAddress(t *testing.T, s string) UnknownAddress {
256250
a, err := NewUnknownAddressFromHex(s)
257251
require.NoError(t, err)

0 commit comments

Comments
 (0)