Skip to content

Commit

Permalink
Merge pull request #15 from xescugc/11
Browse files Browse the repository at this point in the history
checkmail: Refactor the order of the 'defer'
  • Loading branch information
badoux authored Nov 22, 2018
2 parents adfa856 + 2e5e82a commit d21bc33
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions checkmail_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,9 @@ var (
{mail: " [email protected]", format: false, account: false},
{mail: "test@wrong domain.com", format: false, account: false},
{mail: "é&ààà@gmail.com", format: false, account: false},
{mail: "[email protected]", format: true, account: false},
{mail: "[email protected]", format: true, account: false},
{mail: "[email protected]", format: true, account: true},
{mail: "[email protected]", format: true, account: true},
{mail: "[email protected]", format: true, account: false},
}
)

Expand Down

0 comments on commit d21bc33

Please sign in to comment.