Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
nvnieuwk committed Apr 11, 2024
1 parent c84c55e commit 773e309
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@ class SamplesheetConverterTest extends Dsl2Spec{

then:
noExceptionThrown()
stdout.contains("Found the following unidentified headers in src/testResources/extraFields.csv:")
stdout.contains("Found the following unidentified headers in ${getRootString()}/src/testResources/extraFields.csv:" as String)
stdout.contains("\t- extraField")
stdout.contains("[[string1:fullField, string2:fullField, integer1:10, integer2:10, boolean1:true, boolean2:true], string1, 25, false, ${getRootString()}/src/testResources/test.txt, ${getRootString()}/src/testResources/testDir, [], unique1, 1, itDoesExist]" as String)
stdout.contains("[[string1:value, string2:value, integer1:0, integer2:0, boolean1:true, boolean2:true], string1, 25, false, [], [], [], [], [], itDoesExist]")
Expand Down

0 comments on commit 773e309

Please sign in to comment.