diff --git a/coordinator/coordinator_test.go b/coordinator/coordinator_test.go index 2b13789..d3a3091 100644 --- a/coordinator/coordinator_test.go +++ b/coordinator/coordinator_test.go @@ -603,12 +603,12 @@ PoolTransfer(0) User2-User3: 300 (126) pipeline.batchBuilder.LocalStateDB().MerkleTree().Root()) batchNum++ - batchInfo, err := pipeline.forgeSendServerProof(ctx, batchNum) + batchInfo, err := pipeline.forgeBatch(ctx, batchNum) require.NoError(t, err) assert.Equal(t, 3, len(batchInfo.L2Txs)) batchNum++ - batchInfo, err = pipeline.forgeSendServerProof(ctx, batchNum) + batchInfo, err = pipeline.forgeBatch(ctx, batchNum) require.NoError(t, err) assert.Equal(t, 0, len(batchInfo.L2Txs)) }