Skip to content

Commit

Permalink
Remove extra console message from email test
Browse files Browse the repository at this point in the history
  • Loading branch information
Rui Marinho committed Nov 28, 2014
1 parent d223f52 commit 02ebfaa
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 02ebfaa

Please sign in to comment.