Commit fc2cd43d authored by Steven's avatar Steven

chore: tweak util tests

parent c0826c43
...@@ -14,7 +14,7 @@ func TestValidateEmail(t *testing.T) { ...@@ -14,7 +14,7 @@ func TestValidateEmail(t *testing.T) {
want: true, want: true,
}, },
{ {
email: "@qq.com", email: "@usememos.com",
want: false, want: false,
}, },
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment