Skip to content

Commit

Permalink
fixing minor typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Ahmed3lmallah committed Oct 28, 2024
1 parent 08b4117 commit 03e585e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion __tests__/config.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ test('it uses the given refs even when the event is merge_group', async () => {
expect(refs.head).toEqual('a-custom-head-ref')
})

test('it uses the event refs when the event is %s and no refs are provided in config', async () => {
test('it uses the event refs when the event is merge_group and no refs are provided in config', async () => {
const refs = getRefs(await readConfig(), {
payload: {
merge_group: {
Expand Down

0 comments on commit 03e585e

Please sign in to comment.