Skip to content

Commit

Permalink
update test name
Browse files Browse the repository at this point in the history
  • Loading branch information
macko911 committed Sep 13, 2024
1 parent 990d295 commit b4d91fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion actions/utils.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ describe(`Actions Utils`, () => {
expect(output).toBe(true)
})

test(`getCommitHashFromRef uses git CLI to return the latest tree hash of the root of the repo`, async () => {
test(`getCommitHashFromRef uses git CLI to return the latest commit hash of the repo`, async () => {
mockedExec.mockResolvedValue(0)
const output = await utils.getCommitHashFromRef('HEAD')
expect(mockedExec).toHaveBeenCalledWith('git rev-parse', ['HEAD'], {
Expand Down

0 comments on commit b4d91fe

Please sign in to comment.