From 4dcf9cd2abae7c49851215f91276d02093b20c41 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=B6ller?= Date: Sun, 19 Jul 2020 20:41:16 +0200 Subject: [PATCH] Fix: Typo --- __tests__/tools.test.ts | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/__tests__/tools.test.ts b/__tests__/tools.test.ts index c27b00d3..5b1f04e5 100644 --- a/__tests__/tools.test.ts +++ b/__tests__/tools.test.ts @@ -550,7 +550,7 @@ describe('Tools tests', () => { 'codeception', 'cs2pr', 'deployer', - 'does_not_exit', + 'does_not_exist', 'flex', 'phinx', 'phive:0.13.2', @@ -598,8 +598,7 @@ describe('Tools tests', () => { ); expect(script).toContain('phpize is not a windows tool'); expect(script).toContain('php-config is not a windows tool'); - expect(script).toContain('Tool does_not_exit is not supported'); - expect(script).toContain('Tool does_not_exit is not supported'); + expect(script).toContain('Tool does_not_exist is not supported'); }); it('checking addTools with composer tool using user/tool as input', async () => { const listOfTools = [