Skip to content

Commit 8cf07ab

Browse files
committed
Fix linting in new test for long object
1 parent 580e642 commit 8cf07ab

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

test/bot.test.js

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -577,7 +577,12 @@ describe('Bot', function () {
577577

578578
it('should convert username-discriminator mentions from IRC properly', function () {
579579
const user1 = this.addUser({ username: 'user', id: '123', discriminator: '9876' });
580-
const user2 = this.addUser({ username: 'user', id: '124', discriminator: '5555', nickname: 'secondUser' });
580+
const user2 = this.addUser({
581+
username: 'user',
582+
id: '124',
583+
discriminator: '5555',
584+
nickname: 'secondUser'
585+
});
581586

582587
const username = 'ircuser';
583588
const text = 'hello @user#9876 and @user#5555 and @fakeuser#1234';

0 commit comments

Comments
 (0)