Skip to content

Commit 4f0e9cd

Browse files
authored
Cs lint
1 parent 48654b2 commit 4f0e9cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/tests.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,7 @@ describe('RedisPubSub', () => {
320320
}, err => {
321321
expect(err.message).to.eql('Custom serialization error');
322322
done();
323-
})
323+
});
324324
} catch (e) {
325325
done(e);
326326
}

0 commit comments

Comments
 (0)