Skip to content

Commit

Permalink
bet
Browse files Browse the repository at this point in the history
  • Loading branch information
itsdevbear committed Jul 19, 2024
1 parent fb293ed commit c7eacf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mod/consensus-types/pkg/types/fork_data_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ func TestForkData_SizeSSZ(t *testing.T) {

size := forkData.SizeSSZ()

require.Equal(t, 36, size)
require.Equal(t, uint32(36), size)
}

func TestForkData_HashTreeRoot(t *testing.T) {
Expand Down

0 comments on commit c7eacf3

Please sign in to comment.