Skip to content

Commit 870fb55

Browse files
committed
Fix typo
1 parent 8e2c0e3 commit 870fb55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test-zlib.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ if (process.env.FAST) {
6262
}
6363

6464
var tests = {
65-
'peron.jpg': fs.readFileSync(__dirname + '/fixtures/person.jpg'),
65+
'person.jpg': fs.readFileSync(__dirname + '/fixtures/person.jpg'),
6666
'elipses.txt': fs.readFileSync(__dirname + '/fixtures/elipses.txt'),
6767
'empty.txt': fs.readFileSync(__dirname + '/fixtures/empty.txt')
6868
};

0 commit comments

Comments
 (0)