mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-11 19:35:32 +00:00
chore(developer): update git commit date test due to non-merge commit
This commit is contained in:
parent
45b8784c54
commit
b48ac789eb
1 changed files with 1 additions and 1 deletions
|
|
@ -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');
|
||||
});
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue