fix typo
[websub-hub] / test / stub-logger.js
index 5ac0b984fc33608c9860755e799ff8552049865d..6085928c1c2b817231dd182bcf6c3f1e557841ce 100644 (file)
@@ -12,7 +12,7 @@ stubLogger['_reset'] = () => {
   sinon.spy(stubLogger, 'debug');
   sinon.spy(stubLogger, 'error');
   sinon.spy(stubLogger, 'info');
-},
+};
 
 
 module.exports = stubLogger;
\ No newline at end of file