Skip to content

Commit d2f9126

Browse files
committed
git tests: windows is pain
1 parent 24081e0 commit d2f9126

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

extensions/git/src/test/smoke.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ suite('git smoke test', function () {
4747
}
4848

4949
assert.equal(git.repositories.length, 1);
50-
assert.equal(git.repositories[0].rootUri.fsPath, cwd);
50+
assert.equal(fs.realpathSync(git.repositories[0].rootUri.fsPath), cwd);
5151

5252
repository = git.repositories[0];
5353
});

0 commit comments

Comments
 (0)