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'); });