From f61398b16394dc996a0d703d266644e102af6342 Mon Sep 17 00:00:00 2001 From: pgayvallet Date: Mon, 6 Jan 2020 07:43:55 +0100 Subject: [PATCH] fix typo --- src/core/server/plugins/discovery/plugins_discovery.test.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/core/server/plugins/discovery/plugins_discovery.test.ts b/src/core/server/plugins/discovery/plugins_discovery.test.ts index 92ebb31aea2f..2902aafdbf14 100644 --- a/src/core/server/plugins/discovery/plugins_discovery.test.ts +++ b/src/core/server/plugins/discovery/plugins_discovery.test.ts @@ -186,7 +186,7 @@ test('properly iterates through plugin search locations', async () => { ]); }); -test('logs a warning about --plugin-paths when used in development', async () => { +test('logs a warning about --plugin-path when used in development', async () => { mockPackage.raw = { branch: 'master', version: '1.2.3', @@ -228,7 +228,7 @@ test('logs a warning about --plugin-paths when used in development', async () => ]); }); -test('does not log a warning about --plugin-paths when used in production', async () => { +test('does not log a warning about --plugin-path when used in production', async () => { mockPackage.raw = { branch: 'master', version: '1.2.3',