Skip to content

Commit

Permalink
fix: incorrect bob's username
Browse files Browse the repository at this point in the history
  • Loading branch information
zyoshoka committed Nov 25, 2023
1 parent f1cbda5 commit 8be38bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/backend/test/e2e/fetch-resource.ts
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ describe('Webリソース', () => {
});
aliceChannel = await channel(alice, {});

bob = await signup({ username: 'alice' });
bob = await signup({ username: 'bob' });
}, 1000 * 60 * 2);

afterAll(async () => {
Expand Down

0 comments on commit 8be38bb

Please sign in to comment.