Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Mirrors
biopet.biopet
Commits
e7cccb43
Commit
e7cccb43
authored
Apr 20, 2017
by
pjvan_thof
Browse files
Fixing test
parent
82c3422b
Changes
1
Hide whitespace changes
Inline
Side-by-side
biopet-core/src/test/scala/nl/lumc/sasc/biopet/core/CommandLineResourcesTest.scala
View file @
e7cccb43
...
...
@@ -64,7 +64,7 @@ class CommandLineResourcesTest extends TestNGSuite with Matchers {
@Test
def
testMaxThreads
()
:
Unit
=
{
val
cmd
=
new
CommandLineFunctionMock
(
Map
(
"maxthreads"
->
5
,
"threads"
->
10
))
with
CommandLineResources
val
cmd
=
new
CommandLineFunctionMock
(
Map
(
"max
_
threads"
->
5
,
"threads"
->
10
))
with
CommandLineResources
cmd
.
threads
shouldBe
5
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment