6220-addressFilter #1886

Merged
carlossa merged 13 commits from 6220-addressFilter into dev 2023-12-18 11:45:12 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 78aa25d74f - Show all commits

View File

@ -146,7 +146,7 @@ describe('client filter()', () => {
const randomResultClient = result[randomIndex];
expect(result.length).toBeGreaterThanOrEqual(20);
expect(randomResultClient.city.toLowerCase()).toEqual('gotham');
expect(randomResultClient.city.toLowerCase()).toEqual('gotham,gotham');
await tx.rollback();
} catch (e) {