Skip to content

Commit

Permalink
remove obsolete test
Browse files Browse the repository at this point in the history
  • Loading branch information
jrobinso committed Nov 28, 2023
1 parent 7df59de commit 62d311c
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/test/java/org/broad/igv/ui/action/SearchCommandTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -223,11 +223,6 @@ public void testMultiChromosomes() throws Exception {
}
}

@Test
public void testError() throws Exception {
String[] tokens = {"ueth", "EGFRa", "BRCA56", "EGFR:?1?"};
tstFeatureTypes(tokens, SearchCommand.ResultType.ERROR);
}


/**
Expand Down

0 comments on commit 62d311c

Please sign in to comment.