fixing immowelt test

This commit is contained in:
orangecoding
2021-12-14 20:36:00 +01:00
parent 5a13e6a0a0
commit 0f7a07e7fb

View File

@@ -38,7 +38,6 @@ describe('#immowelt testsuite()', () => {
expect(notify.address).to.be.a('string');
/** check the values if possible **/
expect(notify.price).that.does.include('€');
if (notify.size.trim().toLowerCase() !== 'k.a.') {
expect(notify.size).that.does.include('m²');
}