Skip to content

Commit dae6e97

Browse files
committed
chore: update test name
1 parent 6956ac4 commit dae6e97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/scala/com/fulcrumgenomics/bam/pileup/PileupBuilderTest.scala

+1-1
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ class PileupBuilderTest extends UnitSpec {
289289
piler.safelyClose()
290290
}
291291

292-
it should "not filter out single-end records when we are removing records outside the insert of FR pairs" in {
292+
it should "not filter out single-end records when we are not filter for mapped pairs only and we are not removing records where the position is outside the insert of FR pairs" in {
293293
val builder = new SamBuilder(readLength = ReadLength, sd = Some(TestSequenceDictionary), sort = Some(Coordinate))
294294

295295
builder.addFrag(name = "q1", contig = Chr1Index, start = 100)

0 commit comments

Comments
 (0)