Skip to content

Commit

Permalink
Merge pull request #2435 from opencb/TASK-6117
Browse files Browse the repository at this point in the history
TASK-6117 Fix JUnit VariantOperationsTest:testCellbaseConfigure test
  • Loading branch information
jtarraga authored Apr 25, 2024
2 parents 4366720 + 9e5e87f commit e1f3133
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -515,7 +515,7 @@ public void testCellbaseConfigure() throws Exception {
assertEquals("GRCh38", cellBaseUtils.getAssembly());

String newCellbase = "https://uk.ws.zettagenomics.com/cellbase/";
String newCellbaseVersion = "v5.2";
String newCellbaseVersion = "v5.8";

assertNotEquals(newCellbase, cellBaseUtils.getURL());
assertNotEquals(newCellbaseVersion, cellBaseUtils.getVersion());
Expand Down

0 comments on commit e1f3133

Please sign in to comment.