From 50c834b65ab7deb71af8cc02b22bbcb68dff7328 Mon Sep 17 00:00:00 2001 From: Phanindra Neralla <158252118+PhanindraNeralla@users.noreply.github.com> Date: Thu, 8 Feb 2024 18:12:14 +0530 Subject: [PATCH] #539 added testcase for auto merge (#576) --- test/action.test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/action.test.js b/test/action.test.js index 855997e7..d9c55e59 100644 --- a/test/action.test.js +++ b/test/action.test.js @@ -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, ) })