Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
connor-mccarthy committed Jan 5, 2024
1 parent fcbde55 commit 5994bf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/python/kfp/local/subprocess_task_handler_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -412,7 +412,7 @@ def my_comp(string: Optional[str] = None) -> str:
return 'is none' if string is None else 'not none'

task = my_comp()
self.assertEqual(task.outputs, 'is none')
self.assertEqual(task.output, 'is none')


if __name__ == '__main__':
Expand Down

0 comments on commit 5994bf0

Please sign in to comment.