Skip to content
GitLab
Menu
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
4fa9758a
Commit
4fa9758a
authored
Nov 21, 2016
by
Peter van 't Hof
Browse files
Changed to smaller and readable test
parent
d44f4f5d
Changes
1
Hide whitespace changes
Inline
Side-by-side
generate-indexes/src/test/scala/nl/lumc/sasc/biopet/pipelines/generateindexes/DownloadGenomesTest.scala
View file @
4fa9758a
...
...
@@ -39,9 +39,7 @@ class DownloadGenomesTest extends TestNGSuite with Matchers {
def
testNoFastaUri
()
:
Unit
=
{
val
pipeline
=
initPipeline
(
Map
())
pipeline
.
referenceConfig
=
Map
(
"s1"
->
Map
(
"g1"
->
Map
(
""
->
""
)))
intercept
[
IllegalArgumentException
]
{
pipeline
.
script
()
}
an
[
IllegalArgumentException
]
should
be
thrownBy
pipeline
.
script
()
}
@Test
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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