Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 5719ade

Browse files
xiaohanyudougwilson
authored andcommitted
tests: fix indentation mistake
closes jshttp#14
1 parent 3a452a9 commit 5719ade

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ describe('mime-db', function () {
3939
})
4040

4141
it('should have the default .extension as the first', function () {
42-
assert.equal(db['text/plain'].extensions[0], 'txt')
43-
assert.equal(db['video/x-matroska'].extensions[0], 'mkv')
42+
assert.equal(db['text/plain'].extensions[0], 'txt')
43+
assert.equal(db['video/x-matroska'].extensions[0], 'mkv')
4444
})
4545
})

0 commit comments

Comments
 (0)