Skip to content

Commit

Permalink
Remove useless assert
Browse files Browse the repository at this point in the history
  • Loading branch information
timursevimli committed Nov 30, 2024
1 parent 536e4de commit 411286f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions test/kuyruk.js
Original file line number Diff line number Diff line change
Expand Up @@ -536,9 +536,7 @@ test('Priority', (t) => {
t.equal(res, cases[i++]);
});

t.plan(cases.length + 1);

t.equal(cases.length, cases.length);
t.plan(cases.length);

const max = cases.length;
for (let i = 0; i < max; i++) {
Expand Down

0 comments on commit 411286f

Please sign in to comment.