Skip to content

Commit

Permalink
update test fixture to use new flair identifiers
Browse files Browse the repository at this point in the history
  • Loading branch information
nick-funk committed Aug 14, 2023
1 parent d5754e7 commit bbb7d50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/client/stream/test/fixtures.ts
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,7 @@ export const member = createFixture<GQLUser>({
id: "member-user",
username: "member",
role: GQLUSER_ROLE.MEMBER,
badges: ["https://wwww.example.com/image.jpg"],
badges: ["subscriber"],
});

export const commenters = createFixtures<GQLUser>(
Expand Down

0 comments on commit bbb7d50

Please sign in to comment.