Skip to content
Snippets Groups Projects
Commit 8c4f0b93 authored by Peter van 't Hof's avatar Peter van 't Hof
Browse files

fix method name

parent fe2465f9
No related branches found
No related tags found
No related merge requests found
......@@ -61,7 +61,7 @@ class BamMetricsTest extends TestNGSuite with Matchers {
}
@Test(dataProvider = "bammetricsOptions")
def testFlexiprep(rois: Int, amplicon: Boolean, rna: Boolean) = {
def testBamMetrics(rois: Int, amplicon: Boolean, rna: Boolean) = {
val map = ConfigUtils.mergeMaps(Map("output_dir" -> BamMetricsTest.outputDir),
Map(BamMetricsTest.executables.toSeq: _*)) ++
(if (amplicon) Map("amplicon_bed" -> "amplicon.bed") else Map()) ++
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment