Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
noot committed Jun 14, 2021
1 parent a97a55b commit af18efb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion dot/state/service_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,6 @@ func TestService_Import(t *testing.T) {
require.NoError(t, err)
require.Equal(t, header.StateRoot, root)

require.Equal(t, firstSlot, serv.Epoch.firstSlot)
skip, err := serv.Epoch.SkipVerify(header)
require.NoError(t, err)
require.True(t, skip)
Expand Down

0 comments on commit af18efb

Please sign in to comment.