Skip to content

Commit

Permalink
tests hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
jshkurti committed Oct 30, 2014
1 parent 4db67cf commit 7f699a0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "vizion",
"version": "0.1.3",
"version": "0.1.4",
"engines": {
"node": ">=0.10"
},
Expand Down
2 changes: 1 addition & 1 deletion test/git_scenario.mocha.js
Expand Up @@ -31,7 +31,7 @@ if (shell.which('git') !== null) {
folder : repo_pwd
}, function(err, meta) {
should(err).not.exist;
should(meta.success).be.true;
should(meta.success).be.false;
done();
});
});
Expand Down

0 comments on commit 7f699a0

Please sign in to comment.