Skip to content

Commit

Permalink
Merge branch 'release-2.12.x' of github.com:opencb/opencga into relea…
Browse files Browse the repository at this point in the history
…se-2.12.x
  • Loading branch information
juanfeSanahuja committed Apr 30, 2024
2 parents de1e789 + e1f3133 commit 385d986
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 385d986

Please sign in to comment.