Skip to content

Commit

Permalink
storage: Fix VariantDBAdaptorTest. #TASK-6596
Browse files Browse the repository at this point in the history
  • Loading branch information
j-coll committed Jul 25, 2024
1 parent 84af7c1 commit f7b4b52
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ public void before() throws Exception {
e.printStackTrace();
}
}
variantStorageEngine.getOptions().append(VariantStorageOptions.ASSEMBLY.key(), "GRCH38");
cellBaseUtils = variantStorageEngine.getCellBaseUtils();
expectedConnections = GlobalClientMetrics.GLOBAL_OPEN_PHOENIX_CONNECTIONS.getMetric().getTotalSum();
}
Expand Down

0 comments on commit f7b4b52

Please sign in to comment.