This commit is contained in:
parent
6cefc982e4
commit
78aa25d74f
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue