Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Christopher-Li committed Oct 17, 2023
1 parent 2728550 commit 387cbad
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ describe('block-cache', () => {
[true, 'block.height == currentBlockHeight', '2', false],
[false, 'block.height == currentBlockHeight + 1', '3', false],
[false, 'block.height == currentBlockHeight + 1 with refresh', '4', true],
[false, 'block.height >= currentBlockHeight + 1 with refresh', '5', false],
[true, 'block.height >= currentBlockHeight + 1 with refresh', '5', true],
])('returns %s when %s', async (
skip: boolean,
_condition: string,
Expand Down

0 comments on commit 387cbad

Please sign in to comment.