Skip to content

Commit

Permalink
review comment - update test
Browse files Browse the repository at this point in the history
  • Loading branch information
nitin-ebi committed Nov 12, 2024
1 parent 72a9bcf commit a89319e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public class ExcludeStructuralVariantsProcessorTest {
private String ALT_WITH_EMPTY_ALLELE = "";

private String[] ALTS_WITH_SYMBOLIC_INDEL = new String[]{"<DEL>", "<INS>", "<DUP>", "<INV>", "<CNV>",
"<DUP:TANDEM>", "<DEL:ME:C1#>", "<INS:ME:C1#>"};
"<DUP:TANDEM>", "<DEL:ME:C1#>", "<INS:ME:C1#>", "<CNV:0>"};

private String ALT_WITH_SYMBOLIC_ALLELE = "<ID>";

Expand Down

0 comments on commit a89319e

Please sign in to comment.