diff --git a/__tests__/tools.test.ts b/__tests__/tools.test.ts index 0873f1bf..0199d50c 100644 --- a/__tests__/tools.test.ts +++ b/__tests__/tools.test.ts @@ -223,7 +223,7 @@ describe('Tools tests', () => { ); }); - it('checking getDeployerUri', async () => { + it('checking addComposer', async () => { expect(await tools.addComposer(['a', 'b'])).toStrictEqual([ 'composer', 'a',