From 14d702e8303c43aa9ed82218607925f8e9aa1b31 Mon Sep 17 00:00:00 2001 From: Shivam Mathur Date: Tue, 25 Feb 2020 17:58:15 +0530 Subject: [PATCH] Fix test name --- __tests__/tools.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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',