fix code style

This commit is contained in:
deepak1556 2016-12-07 12:58:53 +05:30 committed by Kevin Sawicki
parent f124732431
commit 5d94221c61
2 changed files with 10 additions and 2 deletions

View file

@ -601,7 +601,7 @@ describe('session module', function () {
totalBytes, filename,
savePath) {
assert.equal(state, 'interrupted')
assert.equal(urlChain, urlChain)
assert.deepEqual(urlChain, urlChain)
assert.equal(mimeType, 'application/pdf')
assert.equal(receivedBytes, 0)
assert.equal(totalBytes, 5242880)