Skip to content
Snippets Groups Projects
Commit 1be44c94 authored by Wai Yi Leung's avatar Wai Yi Leung
Browse files

Style

parent a9df0f22
No related branches found
No related tags found
No related merge requests found
......@@ -59,8 +59,8 @@ class CleverFixVCFTest extends TestNGSuite with Matchers {
val obs = Source.fromFile(output).getLines()
(exp zip obs).foreach(_ match {
case (a,b) => {
a shouldEqual(b)
case (a, b) => {
a shouldEqual (b)
}
case _ =>
})
......@@ -75,8 +75,8 @@ class CleverFixVCFTest extends TestNGSuite with Matchers {
cfvcf.output = output
cfvcf.sampleName = "testsample"
cfvcf.cmdLine should include ("'-s' 'testsample'")
cfvcf.cmdLine should include (s"'-i' '${rawCleverVCF}'")
cfvcf.cmdLine should include (s"'-o' '${output}'")
cfvcf.cmdLine should include("'-s' 'testsample'")
cfvcf.cmdLine should include(s"'-i' '${rawCleverVCF}'")
cfvcf.cmdLine should include(s"'-o' '${output}'")
}
}
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