Skip to content

Commit

Permalink
fix unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
tedsharpe committed Jul 23, 2019
1 parent ed82ddc commit 9aa34a7
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -548,6 +548,7 @@ public void testGetReadReport() {
Arrays.fill(quals, QUAL_30);
final GATKRead read = ArtificialReadUtils.createArtificialRead(header, "read1", 0, 1,
bases, quals, "17M");
read.setMappingQuality(60);
reference = new Reference(refSeq);
final ReadReport readReport = getReadReport(read);
Assert.assertEquals(readReport.getRefCoverage(), Collections.singletonList(new Interval(0, 17)));
Expand Down

0 comments on commit 9aa34a7

Please sign in to comment.