Skip to content

Commit 0959a49

Browse files
committed
fix: correct test title
1 parent c49ad90 commit 0959a49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils/git.test.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ describe('getOwnerRepo', () => {
3232
});
3333

3434
describe('getHeadSha', () => {
35-
it('should extract a GitHub owner and repo from Git remotes', async () => {
35+
it('should extract a commit hash from the Git log', async () => {
3636
const result = await getHeadSha(dir);
3737
expect(result).toBe('cdd335a418c3dc6804be1c642b19bb63437e2cad');
3838
});

0 commit comments

Comments
 (0)