From d04e2dc8dd49374dd311b0fa3cc12925e5619b1a Mon Sep 17 00:00:00 2001 From: Gerrit Birkeland Date: Sun, 10 Apr 2022 10:09:24 -0600 Subject: [PATCH] Oops --- src/test/issueTests.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/issueTests.ts b/src/test/issueTests.ts index 02aed746b..c20afd8ea 100644 --- a/src/test/issueTests.ts +++ b/src/test/issueTests.ts @@ -373,7 +373,7 @@ export const issueTests: { gh1907(_project, logger) { logger.expectMessage( - 'warn: The --name option was not specified, and package.json does not have a name field. Defaulting project name to "Documentation"' + 'warn: The --name option was not specified, and package.json does not have a name field. Defaulting project name to "Documentation".' ); logger.discardDebugMessages(); logger.expectNoOtherMessages();