git tests: windows is pain

This commit is contained in:
Joao Moreno
2020-02-04 20:54:35 +01:00
parent 24081e08f5
commit d2f9126da3

View File

@@ -47,7 +47,7 @@ suite('git smoke test', function () {
}
assert.equal(git.repositories.length, 1);
assert.equal(git.repositories[0].rootUri.fsPath, cwd);
assert.equal(fs.realpathSync(git.repositories[0].rootUri.fsPath), cwd);
repository = git.repositories[0];
});