Skip to content

Commit

Permalink
Ensure unique nick in basic
Browse files Browse the repository at this point in the history
  • Loading branch information
Half-Shot committed Jul 25, 2023
1 parent 6759587 commit b15a127
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/e2e/basic.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ describe('Basic bridge usage', () => {
let testEnv: IrcBridgeE2ETest;
beforeEach(async () => {
testEnv = await IrcBridgeE2ETest.createTestEnv({
matrixLocalparts: ['alice'],
matrixLocalparts: [TestIrcServer.generateUniqueNick("alice")],
ircNicks: ['bob'],
});
await testEnv.setUp();
Expand Down

0 comments on commit b15a127

Please sign in to comment.