chore: tweak util tests

This commit is contained in:
Steven 2024-08-12 23:44:04 +08:00
parent c0826c43b0
commit fc2cd43dc2

View file

@ -14,7 +14,7 @@ func TestValidateEmail(t *testing.T) {
want: true,
},
{
email: "@qq.com",
email: "@usememos.com",
want: false,
},
{