Fix test name

This commit is contained in:
Shivam Mathur
2020-02-25 17:58:15 +05:30
parent 9539b27b4a
commit 14d702e830

View File

@ -223,7 +223,7 @@ describe('Tools tests', () => {
);
});
it('checking getDeployerUri', async () => {
it('checking addComposer', async () => {
expect(await tools.addComposer(['a', 'b'])).toStrictEqual([
'composer',
'a',