Skip to content

Commit

Permalink
Fix spec label for build tests (#364)
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Brody authored Dec 4, 2018
1 parent b92a86e commit 8a112b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/cli.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ describe('cordova cli', () => {
});
});

describe('Test#004 : project commands other than plugin and platform', () => {
describe('build', () => {
beforeEach(() => {
spyOn(cordova, 'build').and.returnValue(Promise.resolve());
});
Expand Down

0 comments on commit 8a112b0

Please sign in to comment.