Skip to content

Commit

Permalink
test fix, rm log
Browse files Browse the repository at this point in the history
  • Loading branch information
cyberhorsey committed Feb 16, 2023
1 parent a290ac3 commit 07879b3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/protocol/test/L1/TaikoL1.integration.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ describe("integration:TaikoL1", function () {
for await (const blockNumber of chan) {
if (
blockNumber >
genesisHeight + config.maxNumBlocks.toNumber()
genesisHeight + config.maxNumBlocks.toNumber() - 1
) {
break;
}
Expand Down Expand Up @@ -233,7 +233,6 @@ describe("integration:TaikoL1", function () {
const verifiedEvent = await verifyBlocks(taikoL1, 1);
expect(verifiedEvent).not.to.be.undefined;

console.log(verifiedEvent.args);
forkChoice = await taikoL1.getForkChoice(
proposedEvent.args.id.toNumber(),
block.parentHash
Expand Down

0 comments on commit 07879b3

Please sign in to comment.