Skip to content

Commit c400485

Browse files
committed
Delete duplicate test
This checks the same thing as the test before it.
1 parent 1a7ddcf commit c400485

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

extensions/ql-vscode/src/vscode-tests/cli-integration/remote-queries/variant-analysis-manager.test.ts

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -143,16 +143,6 @@ describe('Variant Analysis Manager', async function() {
143143

144144
expect(getVariantAnalysisRepoResultStub.calledOnce).to.be.true;
145145
});
146-
147-
it('should save the result to disk', async () => {
148-
await variantAnalysisManager.autoDownloadVariantAnalysisResult(
149-
scannedRepos[0],
150-
variantAnalysis,
151-
cancellationTokenSource.token
152-
);
153-
154-
expect(getVariantAnalysisRepoResultStub.calledOnce).to.be.true;
155-
});
156146
});
157147
});
158148
});

0 commit comments

Comments
 (0)