diff --git a/dot/sync/chain_processor_integration_test.go b/dot/sync/chain_processor_integration_test.go index 377b534bdc..4b3c9b4d23 100644 --- a/dot/sync/chain_processor_integration_test.go +++ b/dot/sync/chain_processor_integration_test.go @@ -70,7 +70,6 @@ func buildBlockWithSlotAndTimestamp(t *testing.T, instance state.Runtime, err = scale.Unmarshal(encodedInherentExtrinsics, &inherentExtrinsics) require.NoError(t, err) - // apply each inherent extrinsic for _, inherent := range inherentExtrinsics { encodedInherent, err := scale.Marshal(inherent) require.NoError(t, err)