Skip to content

Commit

Permalink
update test cases
Browse files Browse the repository at this point in the history
  • Loading branch information
danadajian committed Jul 9, 2024
1 parent 4774137 commit b2c844e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions test/helpers/remove-pr-from-merge-queue.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -95,10 +95,6 @@ describe('removePrFromMergeQueue', () => {
beforeEach(() => {
(octokit.repos.listCommitStatusesForRef as unknown as Mocktokit).mockImplementation(async () => ({
data: [
{
created_at: '2022-01-01T10:00:00Z',
state: 'success'
},
{
created_at: '2022-01-01T09:01:00Z',
state: 'failure'
Expand Down

0 comments on commit b2c844e

Please sign in to comment.