ugrading dependencies | fixing tests | supporting multiple provider of the same type

This commit is contained in:
weakmap@gmail.com
2022-12-11 20:07:18 +01:00
parent 2062aa11a3
commit ab5ee59d72
14 changed files with 1230 additions and 1271 deletions

View File

@@ -21,7 +21,7 @@ describe('#immonet testsuite()', () => {
it('should test immonet provider', async () => {
return await new Promise((resolve) => {
const fredy = new Fredy(provider.config, null, provider.metaInformation.id, 'test1', similarityCache);
const fredy = new Fredy(provider.config, null, provider.metaInformation.id, 'immonet', similarityCache);
fredy.execute().then((listing) => {
expect(listing).to.be.a('array');