Skip to content

Commit 39d50ea

Browse files
committed
fix failing test
1 parent 878fc5d commit 39d50ea

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/vs/workbench/services/userData/test/electron-browser/fileUserDataProvider.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ suite('FileUserDataProvider', () => {
266266
});
267267

268268
test('resolve backups folder', async () => {
269-
pfs.writeFile(path.join(backupsPath, 'backup.json'), '{}');
269+
await pfs.writeFile(path.join(backupsPath, 'backup.json'), '{}');
270270
const result = await testObject.resolve(joinPath(userDataResource, BACKUPS));
271271
assert.ok(result.isDirectory);
272272
assert.ok(result.children !== undefined);

0 commit comments

Comments
 (0)