From b48ac789eb997d401cd986977c822bfa770bd04d Mon Sep 17 00:00:00 2001 From: Marc Durdin Date: Thu, 1 Aug 2024 11:01:28 +0700 Subject: [PATCH] chore(developer): update git commit date test due to non-merge commit --- developer/src/kmc/test/test-getLastGitCommitDate.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/developer/src/kmc/test/test-getLastGitCommitDate.ts b/developer/src/kmc/test/test-getLastGitCommitDate.ts index 917cfdc7ad..90de59f689 100644 --- a/developer/src/kmc/test/test-getLastGitCommitDate.ts +++ b/developer/src/kmc/test/test-getLastGitCommitDate.ts @@ -21,6 +21,6 @@ describe('getLastGitCommitDate', function () { // The expected date was manually extracted using the following command, with msec appended: // TZ=UTC git log --date=iso-strict-local -- fixtures/get-last-git-commit-date/README.md // If the fixture modified, then this will also need to be updated. - assert.equal(date, '2024-06-17T20:43:48.000Z'); + assert.equal(date, '2024-08-01T00:07:07.000Z'); }); });