Skip to content

Commit 0d5b5aa

Browse files
committed
chore: fix failing test
1 parent ab8cf31 commit 0d5b5aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/processors/checkEmptyBranch.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ describe('checkEmptyBranch', () => {
106106

107107
const result = await exec(req, action);
108108

109-
expect(simpleGitStub.called).to.be.true;
109+
expect(simpleGitStub.called).to.be.false;
110110

111111
const step = result.steps.find(s => s.stepName === 'checkEmptyBranch');
112112
expect(step).to.exist;

0 commit comments

Comments
 (0)