fixing wgGesucht test

This commit is contained in:
weakmap@gmail.com
2023-09-07 20:40:07 +02:00
parent 86465e0076
commit 88c6641485

View File

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