Skip to content

Commit 46c1079

Browse files
committed
update testcases - busyboo is a real domain, so is gmail.fi
1 parent 66b96f9 commit 46c1079

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

checkmail_test.go

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,10 @@ var (
2525
{mail: " [email protected]", format: false, account: false},
2626
{mail: "test@wrong domain.com", format: false, account: false},
2727
{mail: "é&ààà@gmail.com", format: false, account: false},
28-
{mail: "admin@busyboo.com", format: true, account: false},
29-
{mail: "a@gmail.fi", format: true, account: false},
28+
{mail: "admin@notarealdomain12345.com", format: true, account: false},
29+
{mail: "a@gmail.xyz", format: true, account: false},
3030
{mail: "", format: false, account: false},
31+
{mail: "not-a-valid-email", format: false, account: false},
3132
}
3233
)
3334

0 commit comments

Comments
 (0)