6220-addressFilter #1886
|
@ -146,7 +146,7 @@ describe('client filter()', () => {
|
||||||
const randomResultClient = result[randomIndex];
|
const randomResultClient = result[randomIndex];
|
||||||
|
|
||||||
expect(result.length).toBeGreaterThanOrEqual(20);
|
expect(result.length).toBeGreaterThanOrEqual(20);
|
||||||
expect(randomResultClient.city.toLowerCase()).toEqual('gotham');
|
expect(randomResultClient.city.toLowerCase()).toEqual('gotham,gotham');
|
||||||
|
|
||||||
await tx.rollback();
|
await tx.rollback();
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
|
|
Loading…
Reference in New Issue