Skip to content

Commit 60dd3a9

Browse files
committed
fix: typos
1 parent ad91c12 commit 60dd3a9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/support/factory.ex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ defmodule Algora.Factory do
1717
%User{
1818
id: Nanoid.generate(),
1919
type: :individual,
20-
email: sequence(:email, &"enrich#{&1}@example.com"),
20+
email: sequence(:email, &"erlich#{&1}@example.com"),
2121
display_name: "Erlich Bachman",
22-
handle: sequence(:handle, &"enrich#{&1}"),
22+
handle: sequence(:handle, &"erlich#{&1}"),
2323
bio: "Founder of Aviato, Incubator extraordinaire",
2424
avatar_url: "https://algora.io/asset/storage/v1/object/public/mock/erich.jpg",
2525
location: "Palo Alto, CA",

0 commit comments

Comments
 (0)