Skip to content

Commit

Permalink
fix test for target options
Browse files Browse the repository at this point in the history
  • Loading branch information
eviltik committed May 25, 2015
1 parent ea9ff30 commit 5285a95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/A.options.target.js
Expand Up @@ -9,7 +9,7 @@ suite(path.basename(__filename), function() {

test('target: no target specified',function() {
getTargets(null,function(err,r) {
expect(err).to.match(/--target/);
expect(err).to.match(/target/);
expect(r).to.be.equal(undefined);
});
});
Expand Down

0 comments on commit 5285a95

Please sign in to comment.