Fix the test

Signed-off-by: Taras <tarasm@gmail.com>
This commit is contained in:
Taras
2022-09-08 11:20:43 -04:00
parent 2a46e3701e
commit afcafda620
@@ -354,7 +354,6 @@ describe('CatalogClient', () => {
),
).toMatchObject({
valid: true,
errors: undefined,
});
});
});