Skip to content

Commit 12d5255

Browse files
Fix rehydrateVariantAnalysis integration tests
The method no longer accepts a second argument
1 parent 6dc684f commit 12d5255

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

extensions/ql-vscode/src/vscode-tests/no-workspace/remote-queries/variant-analysis-history.test.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,9 +121,7 @@ describe('Variant Analyses and QueryHistoryManager', function() {
121121

122122
expect(rehydrateVariantAnalysisStub).to.have.callCount(2);
123123
expect(rehydrateVariantAnalysisStub.getCall(0).args[0]).to.deep.eq(rawQueryHistory[0].variantAnalysis);
124-
expect(rehydrateVariantAnalysisStub.getCall(0).args[1]).to.deep.eq(rawQueryHistory[0].status);
125124
expect(rehydrateVariantAnalysisStub.getCall(1).args[0]).to.deep.eq(rawQueryHistory[1].variantAnalysis);
126-
expect(rehydrateVariantAnalysisStub.getCall(1).args[1]).to.deep.eq(rawQueryHistory[1].status);
127125

128126
expect(qhm.treeDataProvider.allHistory[0]).to.deep.eq(rawQueryHistory[0]);
129127
expect(qhm.treeDataProvider.allHistory[1]).to.deep.eq(rawQueryHistory[1]);

0 commit comments

Comments
 (0)