Skip to content

Commit 086010d

Browse files
author
Aries Yuwono
committed
fixed the list
1 parent 7a75fe3 commit 086010d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test-complete/nodejs-extlibs.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ describe('Extension library test', function(){
7171
result(function(response){
7272
//console.log(response);
7373
//response.should.have.property('assets');
74-
response.assets.length.should.equal(0);
74+
response.assets.length.should.be.empty;
7575
done();
7676
}, done);
7777
});

0 commit comments

Comments
 (0)