Skip to content

Commit

Permalink
chore: tweak util tests
Browse files Browse the repository at this point in the history
  • Loading branch information
boojack committed Aug 12, 2024
1 parent c0826c4 commit fc2cd43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/util/util_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ func TestValidateEmail(t *testing.T) {
want: true,
},
{
email: "@qq.com",
email: "@usememos.com",
want: false,
},
{
Expand Down

0 comments on commit fc2cd43

Please sign in to comment.