Skip to content

Commit eba1a85

Browse files
committed
Integrate PR mhutchie#601: 7-character abbreviated commit hashes
1 parent c9be5eb commit eba1a85

2 files changed

Lines changed: 73 additions & 73 deletions

File tree

tests/dataSource.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6133,7 +6133,7 @@ describe('DataSource', () => {
61336133

61346134
// Assert
61356135
expect(result).toBe(null);
6136-
expect(spyOnOpenGitTerminal).toBeCalledWith('/path/to/repo', '/path/to/git', 'rebase --interactive 1a2b3c4d5e6f1a2b3c4d5e6f1a2b3c4d5e6f1a2b', 'Rebase on "1a2b3c4d"');
6136+
expect(spyOnOpenGitTerminal).toBeCalledWith('/path/to/repo', '/path/to/git', 'rebase --interactive 1a2b3c4d5e6f1a2b3c4d5e6f1a2b3c4d5e6f1a2b', 'Rebase on "1a2b3c4"');
61376137
});
61386138

61396139
it('Should launch the interactive rebase of the current branch on a branch in a terminal (signing the new commits)', async () => {

0 commit comments

Comments
 (0)