Skip to content

Commit

Permalink
fix unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
colinlyguo committed Nov 19, 2024
1 parent 8882d4d commit 15ff972
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rollup/tests/rollup_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ func testCommitBatchAndFinalizeBatchOrBundleWithAllCodecVersions(t *testing.T) {
}, chainConfig, db, nil)

bup := watcher.NewBundleProposer(context.Background(), &config.BundleProposerConfig{
BatchNumPerBundle: 1000000,
BatchNumPerBundle: 2,
}, chainConfig, db, nil)

l2BlockOrm := orm.NewL2Block(db)
Expand Down Expand Up @@ -279,7 +279,7 @@ func testCommitBatchAndFinalizeBatchOrBundleCrossingAllTransitions(t *testing.T)
}, chainConfig, db, nil)

bup := watcher.NewBundleProposer(context.Background(), &config.BundleProposerConfig{
BatchNumPerBundle: 1000000,
BatchNumPerBundle: 1,
}, chainConfig, db, nil)

cp.TryProposeChunk()
Expand Down

0 comments on commit 15ff972

Please # to comment.