From 88c664148596362f2eaf943097669c89157a87fc Mon Sep 17 00:00:00 2001 From: "weakmap@gmail.com" Date: Thu, 7 Sep 2023 20:40:07 +0200 Subject: [PATCH] fixing wgGesucht test --- test/provider/wgGesucht.test.js | 1 - 1 file changed, 1 deletion(-) diff --git a/test/provider/wgGesucht.test.js b/test/provider/wgGesucht.test.js index 0cc6ebf..33ed449 100644 --- a/test/provider/wgGesucht.test.js +++ b/test/provider/wgGesucht.test.js @@ -23,7 +23,6 @@ describe('#wgGesucht testsuite()', () => { expect(notify.id).to.be.a('string'); expect(notify.title).to.be.a('string'); expect(notify.details).to.be.a('string'); - expect(notify.size).to.be.a('string'); expect(notify.price).to.be.a('string'); expect(notify.link).to.be.a('string'); });