Skip to content

Commit 288108c

Browse files
committed
fix compilation
1 parent 3fe5e60 commit 288108c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/vs/platform/userDataSync/test/common/snippetsSync.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -596,7 +596,7 @@ suite('SnippetsSync', () => {
596596

597597
await updateSnippet('html.json', htmlSnippet2, testClient);
598598
await testObject.sync(await testClient.manifest());
599-
await testObject.accept(testObject.conflicts[0].previewResource, f);
599+
await testObject.accept(testObject.conflicts[0].previewResource, null);
600600
await testObject.apply(false);
601601

602602
assert.equal(testObject.status, SyncStatus.Idle);

0 commit comments

Comments
 (0)