refs #6220 fix testback
gitea/salix/pipeline/head This commit looks good Details

This commit is contained in:
Carlos Satorres 2023-12-12 13:21:08 +01:00
parent 6cefc982e4
commit 78aa25d74f
1 changed files with 1 additions and 1 deletions

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) {