Skip to content

Commit

Permalink
Fix: typo in comments
Browse files Browse the repository at this point in the history
  • Loading branch information
juanky201271 committed Apr 13, 2023
1 parent ccd5b22 commit 3664fc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/sync_report.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ describe('Renders Sync Report data (blocks & batches) correctly.', () => {

// a couple of examples:
// batch: 1 -> means blocks between 0 and 100
// batch: 33 -> means blocks between 3200 and 33000
// batch: 33 -> means blocks between 3200 and 3300
if (blockssyncednowNum < (batchNum * 100) - 100 || blockssyncednowNum > (batchNum * 100)) {
fail('The synced blocks are not align with the synced batches');
}
Expand Down

0 comments on commit 3664fc4

Please sign in to comment.