Skip to content

Commit 03e585e

Browse files
committed
fixing minor typo
1 parent 08b4117 commit 03e585e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

__tests__/config.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ test('it uses the given refs even when the event is merge_group', async () => {
182182
expect(refs.head).toEqual('a-custom-head-ref')
183183
})
184184

185-
test('it uses the event refs when the event is %s and no refs are provided in config', async () => {
185+
test('it uses the event refs when the event is merge_group and no refs are provided in config', async () => {
186186
const refs = getRefs(await readConfig(), {
187187
payload: {
188188
merge_group: {

0 commit comments

Comments
 (0)