Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
dsame committed Jan 24, 2023
1 parent c933d5b commit 04ed84e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion __tests__/exempt-draft-pr.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,8 @@ class IssuesProcessorBuilder {
number: 0,
draft: true,
head: {
ref: 'ref'
ref: 'ref',
repo: null
}
});
}
Expand Down

0 comments on commit 04ed84e

Please sign in to comment.