Skip to content

Commit 211339f

Browse files
committed
Fixes unit test failure
1 parent 4bcf75a commit 211339f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/env/node/git/sub-providers/__tests__/branches.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ suite('BranchesGitSubProvider Test Suite', () => {
206206
const result = await branchesProvider.getPotentialApplyConflicts(repoPath, target, commits);
207207
assert.strictEqual(result.status, 'error');
208208
if (result.status === 'error') {
209-
assert.strictEqual(result.reason, 'rootCommit');
209+
assert.strictEqual(result.reason, 'noParent');
210210
}
211211
});
212212

0 commit comments

Comments
 (0)