Skip to content

Commit efeb716

Browse files
committed
fix(site): OrgsSortedAlphabetically test
1 parent a272843 commit efeb716

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/src/testHelpers/entities.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ export const MockOrganization: TypesGen.Organization = {
1717
name: "my-organization",
1818
display_name: "My Organization",
1919
description: "An organization that gets used for stuff.",
20-
icon: "/emojis/1f957.png",
20+
icon: "/emojis/1f60e.png",
2121
created_at: "",
2222
updated_at: "",
2323
is_default: false,

0 commit comments

Comments
 (0)