Skip to content

Commit

Permalink
update spec name:
Browse files Browse the repository at this point in the history
  • Loading branch information
MarshallOfSound committed Sep 10, 2024
1 parent 96af0f1 commit 4ac1a79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/api-spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ describe('api', function () {
'test/input/packthis-with-symlink/real.txt',
);
});
it('should extract an archive with symlink', async () => {
it('should not extract an archive with a bad symlink', async () => {
assert.throws(() => {
asar.extractAll('test/input/bad-symlink.asar', 'tmp/bad-symlink/');
});
Expand Down

0 comments on commit 4ac1a79

Please sign in to comment.