Skip to content

Commit

Permalink
fix test issue
Browse files Browse the repository at this point in the history
  • Loading branch information
hongye-sun committed Feb 6, 2019
1 parent 48af0a5 commit f09e025
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion component_sdk/python/tests/launcher/test_launcher.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ def test_launch_module_succeed(self):

def test_launch_py_file_succeed(self):
self.assertEqual('hello',
launch(TEST_PY_FILE, 'echo', 'hello'))
launch(TEST_PY_FILE, ['echo', 'hello']))

0 comments on commit f09e025

Please sign in to comment.