Skip to content

Commit

Permalink
fix(unit-tests): abstruse now have 5 entries in matrix for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
jkuri committed Oct 3, 2017
1 parent 11cbc2e commit 7257f24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/000_remote_config.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ describe('Remote git configuration', () => {

it(`should get remote configuration from abstruse repository`, function() {
this.timeout(60000);
return expect(getRemoteParsedConfig(repo)).to.eventually.have.length(4);
return expect(getRemoteParsedConfig(repo)).to.eventually.have.length(5);
});

it(`should reject with an error if '.abstruse.yml' doesn't exists`, function() {
Expand Down

0 comments on commit 7257f24

Please sign in to comment.