From 61d3cd6a9606e8c6901b4c817644c813e0a812ed Mon Sep 17 00:00:00 2001 From: Danielle Adams Date: Tue, 27 Feb 2024 14:37:06 -0700 Subject: [PATCH] Update test/assert-pr-comment-matches-expectations.js Co-authored-by: Joseph Schwartz --- test/assert-pr-comment-matches-expectations.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/assert-pr-comment-matches-expectations.js b/test/assert-pr-comment-matches-expectations.js index b82efc0..8a479cd 100644 --- a/test/assert-pr-comment-matches-expectations.js +++ b/test/assert-pr-comment-matches-expectations.js @@ -4,7 +4,7 @@ module.exports = async (core, actualComment, actualTestResults, expectedComment) core.info(`\tUpdated: '${updated}'`); if (created != updated) { - core.setFailed(`\tThe created and updated dates should match, which is NOT expected.`); + core.setFailed(`\tThe created and updated dates do not match, which is NOT expected.`); } else { core.info(`\tThe created and updated dates match, which is expected.`); }