Skip to content

Commit

Permalink
replace dup unit test data with new test data
Browse files Browse the repository at this point in the history
  • Loading branch information
bthaile committed Jan 9, 2024
1 parent 2bd083c commit 4ed5874
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion address_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ func TestHexWithPrefix(t *testing.T) {
for _, test := range []testCase{
{"0x0000000000000123", []byte{0x1, 0x23}},
{"0x0000000000000001", []byte{0x1}},
{"0x0000000000000001", []byte{0x1}},
{"0xe03daebed8ca0615", []byte{0xe0, 0x3d, 0xae, 0xbe, 0xd8, 0xca, 0x06, 0x15}},
} {

addr := BytesToAddress(test.value)
Expand Down

0 comments on commit 4ed5874

Please sign in to comment.