Skip to content

Commit

Permalink
test: updated synchroniser test
Browse files Browse the repository at this point in the history
  • Loading branch information
benesjan committed Apr 27, 2023
1 parent da37c04 commit 98a178d
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,13 @@ const getMockBlock = (blockNumber: number, newContractsCommitments?: Buffer[]) =
getMockTreeSnapshot(),
getMockTreeSnapshot(),
getMockTreeSnapshot(),
Fr.random(),
getMockTreeSnapshot(),
getMockTreeSnapshot(),
getMockTreeSnapshot(),
getMockTreeSnapshot(),
getMockTreeSnapshot(),
Fr.random(),
[Fr.random()],
[Fr.random()],
newContractsCommitments?.map(x => Fr.fromBuffer(x)) ?? [Fr.random()],
Expand Down

0 comments on commit 98a178d

Please sign in to comment.