X-Git-Url: https://git.squeep.com/?a=blobdiff_plain;f=test%2Flib%2Fdingus.js;h=12f40e8a83dad33690f7bbc535d68dfc19a4c9c3;hb=df1c89ca311a06417104e6be0ade6617cbfae60e;hp=ab61256b3a89162c17bfb002a0569f7975786efc;hpb=3254d4bd8914ab48cb12c5039c87e2beeca55f7a;p=squeep-api-dingus diff --git a/test/lib/dingus.js b/test/lib/dingus.js index ab61256..12f40e8 100644 --- a/test/lib/dingus.js +++ b/test/lib/dingus.js @@ -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 +});