Test file change add new integration of azure blob storage and review changes

Signed-off-by: NIKUNJ LALITKUMAR HUDKA <nk856850@dal.ca>
This commit is contained in:
NIKUNJ LALITKUMAR HUDKA
2024-10-23 15:26:19 -03:00
parent 634f6b72ca
commit 05ceb85a47
2 changed files with 12 additions and 27 deletions
@@ -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
});
});