Skip to content

Commit

Permalink
Autoformat
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom-Newton committed Sep 23, 2024
1 parent 65807ff commit f4b89c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/flytekit/unit/cli/pyflyte/test_run.py
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ def test_union_type1(input):
[
(("--a",), "test_task_boolean", True),
(("--no_a",), "test_task_boolean", False),
(tuple(), "test_task_boolean_default_true", True),
(("--a",), "test_task_boolean_default_true", True),
(("--no_a",), "test_task_boolean_default_true", False),
Expand Down

0 comments on commit f4b89c0

Please sign in to comment.