Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristopherDedominici committed Jul 13, 2023
1 parent 17e4552 commit d4febb4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ describe("ForkBlockchain", () => {
});

it("should return latestBlock as fork block because the difference between the latestBlock and maxReorg is < 0", () => {
assert.strictEqual(getLastSafeBlock(100n, 50n), 50n);
assert.strictEqual(getLastSafeBlock(20n, 200n), 20n);
});
});

Expand Down

0 comments on commit d4febb4

Please sign in to comment.