Fix test name
This commit is contained in:
parent
9539b27b4a
commit
14d702e830
1 changed files with 1 additions and 1 deletions
|
|
@ -223,7 +223,7 @@ describe('Tools tests', () => {
|
|||
);
|
||||
});
|
||||
|
||||
it('checking getDeployerUri', async () => {
|
||||
it('checking addComposer', async () => {
|
||||
expect(await tools.addComposer(['a', 'b'])).toStrictEqual([
|
||||
'composer',
|
||||
'a',
|
||||
|
|
|
|||
Loading…
Reference in a new issue