Skip to content

Commit

Permalink
#539 added testcase for auto merge (#576)
Browse files Browse the repository at this point in the history
  • Loading branch information
PhanindraNeralla authored Feb 8, 2024
1 parent e028a0c commit 50c834b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/action.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -634,7 +634,7 @@ tap.test('should review and enable github auto-merge', async () => {
sinon.assert.calledWith(
stubs.coreStub.setOutput,
MERGE_STATUS_KEY,
MERGE_STATUS.merged,
MERGE_STATUS.autoMerge,
)
})

Expand Down

0 comments on commit 50c834b

Please sign in to comment.