Skip to content

Commit

Permalink
fixed failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
smottt committed Oct 16, 2017
1 parent a225633 commit b575b32
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/ci/reporter_tests.js
Expand Up @@ -271,6 +271,7 @@ describe('test reporters', function() {
assert.match(output.shift(), / {7}actual: 'Seven'/);
output.shift();
assert.match(output.shift(), / {5}trace/);
output.shift();
assert.equal(output, '');
});
});
Expand Down

0 comments on commit b575b32

Please sign in to comment.