Skip to content

Commit

Permalink
Oops
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerrit0 committed Apr 10, 2022
1 parent 0306a59 commit d04e2dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/issueTests.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit d04e2dc

Please sign in to comment.