Skip to content

Commit

Permalink
test: fix verify pkg version test
Browse files Browse the repository at this point in the history
  • Loading branch information
robertsLando committed Oct 24, 2024
1 parent 8ade80b commit 81bd04a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/test-78-verify-pkg-version/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,5 @@ right = utils.spawn.sync('./' + path.basename(output), [], {
cwd: path.dirname(output),
});

assert.strictEqual(left[0], '5');
assert.strictEqual(right[0], '5');
assert.strictEqual(left + '\n', right);
utils.vacuum.sync(output);

0 comments on commit 81bd04a

Please sign in to comment.