mirror of
https://github.com/actions/labeler.git
synced 2025-12-11 12:07:32 +00:00
Fix some typos in the branch checks
This commit is contained in:
@@ -21,8 +21,8 @@ describe('getBranchName', () => {
|
||||
|
||||
describe('when no branch is specified', () => {
|
||||
it('returns the head branch name', () => {
|
||||
const result = getBranchName('base');
|
||||
expect(result).toEqual('base-branch-name');
|
||||
const result = getBranchName();
|
||||
expect(result).toEqual('head-branch-name');
|
||||
});
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user