mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-22 09:38:38 +01:00
more git smoke test fixes
This commit is contained in:
@@ -60,7 +60,7 @@ suite('git smoke test', function () {
|
||||
const appjs = await open('app.js');
|
||||
await type(appjs, ' world');
|
||||
await appjs.save();
|
||||
await eventToPromise(repository.state.onDidChange);
|
||||
await repository.status();
|
||||
assert.equal(repository.state.workingTreeChanges.length, 1);
|
||||
repository.state.workingTreeChanges.some(r => r.uri.path === appjs.uri.path && r.status === Status.MODIFIED);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user