Skip to content

Commit

Permalink
Bug fix in unit test.
Browse files Browse the repository at this point in the history
  • Loading branch information
cb1kenobi committed Aug 7, 2015
1 parent c9af70a commit ec9309f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test-ioslib.js
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ describe('ioslib', function () {

function checkXcode(xcode) {
should(xcode).be.an.Object;
should(xcode).have.keys('xcodeapp', 'path', 'selected', 'version', 'build', 'supported', 'sdks', 'sims', 'simDeviceTypes', 'simRuntimes', 'watchos', 'executables');
should(xcode).have.keys('xcodeapp', 'path', 'selected', 'version', 'build', 'supported', 'sdks', 'sims', 'simDeviceTypes', 'simRuntimes', 'watchos', 'teams', 'executables');

should(xcode.xcodeapp).be.a.String;
should(xcode.xcodeapp).not.equal('');
Expand Down

0 comments on commit ec9309f

Please # to comment.