Skip to content

Commit

Permalink
Added one more small test.
Browse files Browse the repository at this point in the history
  • Loading branch information
LeeTL1220 committed Sep 27, 2017
1 parent 1bb4f46 commit bf91acf
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ public Object[][] variantTypes() {
{"AGAAGG", "CATTCC", VariantContext.Type.MNP, false},
{"GC", "GA", VariantContext.Type.SNP, false},
{"GA", "<NON_REF>", VariantContext.Type.SYMBOLIC, false},
{"GA", "*", VariantContext.Type.NO_VARIATION, false},

// There are two MNPs here
{"AGAAGG", "CATACC", VariantContext.Type.MNP, false},
Expand Down

0 comments on commit bf91acf

Please sign in to comment.