Skip to content

Commit

Permalink
Merge pull request #4 from seegno/support/remove-extra-console-message
Browse files Browse the repository at this point in the history
Remove extra console message from email test
  • Loading branch information
fixe committed Nov 28, 2014
2 parents d223f52 + 02ebfaa commit 2838148
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/asserts/email-assert_test.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ describe('EmailAssert', function() {

should.fail();
} catch (e) {
console.log(e);
e.should.be.instanceOf(Violation);
}
});
Expand Down

0 comments on commit 2838148

Please sign in to comment.