Skip to content

Commit 9856fe1

Browse files
authored
Update src/test/scala/com/fulcrumgenomics/umi/UmisTest.scala
1 parent 05e573a commit 9856fe1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/scala/com/fulcrumgenomics/umi/UmisTest.scala

+1-1
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ class UmisTest extends UnitSpec with OptionValues {
126126
copyUmiFromReadName(rec=rec("UMI:C:ACC+GGT"), removeUmi=true).nameAndUmi shouldBe ("UMI:C", "ACC-GGT")
127127
}
128128

129-
it should "split on a different delimiter name if specified" in {
129+
it should "split on a different name delimiter if specified" in {
130130
copyUmiFromReadName(rec=rec("UMI-A"), delimiter='-').nameAndUmi shouldBe ("UMI-A", "A")
131131
copyUmiFromReadName(rec=rec("UMI-C-A"), delimiter='-').nameAndUmi shouldBe ("UMI-C-A", "A")
132132
copyUmiFromReadName(rec=rec("UMI-C-ACC+GGT"), delimiter='-').nameAndUmi shouldBe ("UMI-C-ACC+GGT", "ACC-GGT")

0 commit comments

Comments
 (0)