Skip to content

Commit

Permalink
😞 I committed sloppy code (#394)
Browse files Browse the repository at this point in the history
  • Loading branch information
mklaber authored and victorquinn committed Nov 29, 2018
1 parent 8f87828 commit 98964cc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/test.address.js
Expand Up @@ -400,7 +400,6 @@ test('postal() returns a valid basic postal code', t => {
test('postcode() returns a valid basic postcode', t => {
_.times(10, () => {
let postcode = chance.postcode();
console.log(postcode);
t.regex(postcode, /^[A-Z]{1,2}\d[A-Z\d]? \d[A-Z]{2}$/);
})
})
Expand Down

0 comments on commit 98964cc

Please sign in to comment.