We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e58f04 commit 067a769Copy full SHA for 067a769
1 file changed
block/internal/submitting/submitter_test.go
@@ -289,7 +289,6 @@ func TestSubmitter_processDAInclusionLoop_advances(t *testing.T) {
289
cm.SetHeaderDAIncluded(h2.Hash().String(), 101, 2)
290
cm.SetDataDAIncluded(d2.DACommitment().String(), 101, 2)
291
292
- s.ctx, s.cancel = ctx, cancel
293
require.NoError(t, s.initializeDAIncludedHeight(ctx))
294
require.Equal(t, uint64(0), s.GetDAIncludedHeight())
295
@@ -518,7 +517,6 @@ func TestSubmitter_CacheClearedOnHeightInclusion(t *testing.T) {
518
517
519
520
521
522
523
524
0 commit comments