Skip to content

Commit

Permalink
test: resolve test issue
Browse files Browse the repository at this point in the history
  • Loading branch information
aeneasr committed Dec 30, 2024
1 parent 00fcdbb commit 38d976e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conventional_commit_config/src/main.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ suite("integration tests", function () {
)
assert.ok(
log.recordings[1].startsWith(
"ERROR: invalid JSON in test_config.json: SyntaxError: Unexpected token }",
"ERROR: invalid JSON in test_config.json: SyntaxError: Unexpected token",
),
)
})
Expand Down

0 comments on commit 38d976e

Please sign in to comment.