Skip to content

Commit

Permalink
Update archiver.js
Browse files Browse the repository at this point in the history
  • Loading branch information
ctalkington authored Mar 10, 2024
1 parent a4b08ce commit 46b382d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/archiver.js
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ describe('archiver', function() {
assert.propertyVal(entries['stream-like.txt'], 'date', '2013-01-03T14:26:38.000Z');
assert.propertyVal(entries['stream-like.txt'], 'mode', 420);
assert.propertyVal(entries['stream-like.txt'], 'crc32', 3632233996);
assert.propertyVal(entries['stream-like.txt'], 'size', 19);
assert.propertyVal(entries['stream-like.txt'], 'size', 4);
});

it('should append directory', function() {
Expand Down

0 comments on commit 46b382d

Please sign in to comment.