Fix tests attempt number two

This commit is contained in:
Logan Ramos
2021-09-24 10:12:46 -04:00
parent 423b51adfc
commit cbe175f438
2 changed files with 2 additions and 2 deletions

View File

@@ -435,7 +435,6 @@ suite('vscode API - window', () => {
tabs = window.tabs;
// Tabs should now be B -> C -> A
assert.strictEqual(tabs[1].resource?.toString(), docC.uri.toString());
await tabs[2].move(1000, ViewColumn.Two);
assert.strictEqual(tabs.length, 3);
tabs = window.tabs;