Skip to content

Commit 42fe210

Browse files
committed
test: fix filename.
1 parent d80e603 commit 42fe210

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/zip-archive-output-stream.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ describe('ZipArchiveOutputStream', function() {
5454
var entry = new ZipArchiveEntry('string.txt');
5555
var entry2 = new ZipArchiveEntry('buffer.txt');
5656
var entry3 = new ZipArchiveEntry('stream.txt');
57-
var entry4 = new ZipArchiveEntry('stream-store.txt');
57+
var entry4 = new ZipArchiveEntry('stream-store.png');
5858
entry4.setMethod(0);
5959

6060
testStream.on('close', function() {

0 commit comments

Comments
 (0)