Skip to content

Commit 3a95504

Browse files
committed
chore: lint
1 parent ca171c6 commit 3a95504

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Diff for: test/index.spec.ts

-1
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,6 @@ describe('Deluge', () => {
121121
expect(res1.result).toBe(true);
122122
expect(deluge.config.password).toBe(oldPassword);
123123
deluge.config.password = 'wrongpassword';
124-
// tslint:disable-next-line no-floating-promises
125124
await expect(deluge.changePassword('shouldfail')).rejects.toThrowError();
126125
});
127126
it('should list methods', async () => {

0 commit comments

Comments
 (0)