Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
tsachiherman committed Jan 14, 2025
1 parent 4dfe80b commit f56f017
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/dsmr/node_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -943,7 +943,7 @@ func TestNode_BuildBlock_IncludesChunks(t *testing.T) {
},
wantErr: errTestingInvalidValidityWindow,
timeValidityWindow: &mockTimeValidityWindow{
onIsRepeat: func(ctx context.Context, parentBlk validitywindow.ExecutionBlock[*emapChunkCertificate], txs []*emapChunkCertificate, oldestAllowed int64) (set.Bits, error) {
onIsRepeat: func(context.Context, validitywindow.ExecutionBlock[*emapChunkCertificate], []*emapChunkCertificate, int64) (set.Bits, error) {
return set.NewBits(), errTestingInvalidValidityWindow
},
},
Expand Down

0 comments on commit f56f017

Please sign in to comment.