Skip to content

Commit 935f303

Browse files
Fix test that was not being run (#3939)
1 parent b7717c3 commit 935f303

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/data/conditional_expression.py tests/data/cases/conditional_expression.py

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# flags: --preview
12
long_kwargs_single_line = my_function(
23
foo="test, this is a sample value",
34
bar=some_long_value_name_foo_bar_baz if some_boolean_variable else some_fallback_value_foo_bar_baz,

0 commit comments

Comments
 (0)