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

Fixed name

parent 2651a6d7
No related branches found
No related tags found
No related merge requests found
...@@ -16,7 +16,7 @@ import org.testng.annotations.Test ...@@ -16,7 +16,7 @@ import org.testng.annotations.Test
class GwasTestTest extends TestNGSuite with Matchers { class GwasTestTest extends TestNGSuite with Matchers {
def initPipeline(map: Map[String, Any]): GwasTest = { def initPipeline(map: Map[String, Any]): GwasTest = {
new GwasTest { new GwasTest {
override def configName = "gwastest" override def configNamespace = "gwastest"
override def globalConfig = new Config(map) override def globalConfig = new Config(map)
qSettings = new QSettings qSettings = new QSettings
qSettings.runName = "test" qSettings.runName = "test"
......
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