Skip to content

Commit

Permalink
Update spec/e2e/quit.spec.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Tadeusz Sośnierz <tadzik@tadzik.net>
  • Loading branch information
Half-Shot and tadzik committed Jul 25, 2023
1 parent 4a2f507 commit 568c4b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/e2e/quit.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ describe('Ensure quit messsage is sent', () => {
afterEach(() => {
return testEnv?.tearDown();
});
it('should correctly send a quit message on ', async () => {
it('should correctly send a quit message on !reconnect', async () => {
const channel = `#${TestIrcServer.generateUniqueNick("test")}`;
const { homeserver } = testEnv;
const [alice] = homeserver.users.map(c => c.client);
Expand Down

0 comments on commit 568c4b7

Please sign in to comment.