Skip to content

Commit 4f9fe0c

Browse files
committed
Fix unit tests errors under linux
1 parent daec506 commit 4f9fe0c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/unit/model/virtualbox-test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@ describe('Virtualbox installer', function() {
314314

315315
it('should add option \'install\' when nothing detected', function() {
316316
return new Promise((resolve, rejects)=> {
317-
Util.executeCommand.onCall(2).rejects();
317+
Util.executeCommand.onCall(0).rejects();
318318
installer.detectExistingInstall(resolve);
319319
}).then(()=>{
320320
expect(installer.option['install']).is.not.undefined;

0 commit comments

Comments
 (0)