Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
pgayvallet committed Jan 6, 2020
1 parent a8953ef commit f61398b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/core/server/plugins/discovery/plugins_discovery.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down Expand Up @@ -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',
Expand Down

0 comments on commit f61398b

Please sign in to comment.