Skip to content

Commit

Permalink
analysis: fix JUnit test, TASK-6117
Browse files Browse the repository at this point in the history
  • Loading branch information
jtarraga committed Apr 25, 2024
1 parent dc01b16 commit e4fac8a
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 e4fac8a

Please sign in to comment.