Skip to content

Commit

Permalink
Fix test from python mistype
Browse files Browse the repository at this point in the history
  • Loading branch information
illusional committed Jul 13, 2020
1 parent a9b029f commit ecde6d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_task_generation.py
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ def test_commandinp_array_inp(self):
separator=" ",
default=[]
)
self.assertEqual("~{sep(" ", if defined(my_array) then my_array else [])}", t.get_string())
self.assertEqual("~{sep(\" \", if defined(my_array) then my_array else [])}", t.get_string())


class TestWorkflowGeneration(unittest.TestCase):
Expand Down

0 comments on commit ecde6d1

Please sign in to comment.