Skip to content

Commit

Permalink
Fix lint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
dgellow committed Nov 8, 2023
1 parent 02c560c commit e0e8b96
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions test/github.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1372,18 +1372,6 @@ describe('GitHub', () => {
})
.reply(200);

const pullRequest: ReleasePullRequest = {
title: PullRequestTitle.ofTargetBranch('main', 'next'),
body: new PullRequestBody(mockReleaseData(1000), {
useComponents: true,
}),
labels: [],
headRefName: 'release-please--branches--main--changes--next',
draft: false,
updates: [],
conventionalCommits: [],
};

const result = await github.enablePullRequestAutoMerge(123, 'rebase');
expect(result).to.equal('direct-merged');
sinon.assert.calledOnce(mutatePullRequestEnableAutoMergeStub);
Expand Down

0 comments on commit e0e8b96

Please sign in to comment.