Fix test name

This commit is contained in:
Shivam Mathur 2020-02-25 17:58:15 +05:30
parent 9539b27b4a
commit 14d702e830
No known key found for this signature in database
GPG Key ID: 3E13E4C8591ACC2A

View File

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