bugfix(integration-react): Fix unit test

Signed-off-by: Stijn Brouwers (EISMEA) <stijn@bdcommit.com>
This commit is contained in:
Stijn Brouwers (EISMEA)
2024-03-24 09:35:40 +01:00
parent 5144e65094
commit 17b52de3ae
@@ -26,6 +26,6 @@ describe('scmIntegrationsApiRef', () => {
it('should be instantiated', () => {
const i = ScmIntegrationsApi.fromConfig(new ConfigReader({}));
expect(i.list().length).toBe(6); // The default ones
expect(i.list().length).toBe(7); // The default ones
});
});