deprecate common.ensureLoggerLevels and no longer use
[squeep-api-dingus] / test / lib / dingus.js
index ab61256b3a89162c17bfb002a0569f7975786efc..12f40e8a83dad33690f7bbc535d68dfc19a4c9c3 100644 (file)
@@ -25,7 +25,6 @@ describe('Dingus', function () {
     it('covers', function () {
       const d = new Dingus({}, {});
       assert(d);
-      assert('log' in d.logger);
     });
   }); // constructor
 
@@ -1026,4 +1025,4 @@ Content-Type: image/sgi
       assert(dingus.serveFile.called);
     });
   }); // handlerGetStaticFile
-});
\ No newline at end of file
+});