Skip to content
This repository has been archived by the owner on Jan 10, 2023. It is now read-only.

Commit

Permalink
Fixing test
Browse files Browse the repository at this point in the history
  • Loading branch information
eddiemoore committed Mar 14, 2017
1 parent 2f0069b commit 93a383e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/services/circle.js
Expand Up @@ -58,7 +58,7 @@ describe("Circle CI Provider", function(){
delete process.env.CIRCLE_REPOSITORY_URL;
expect(function(){
circle.configuration();
}).to.throw(Error);
}).to.throwError();
});

});

0 comments on commit 93a383e

Please sign in to comment.