Skip to content

Commit

Permalink
[WIP] restore test to clearer state
Browse files Browse the repository at this point in the history
  • Loading branch information
carljm committed Aug 8, 2024
1 parent eefca11 commit fa195cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/red_knot_python_semantic/src/types/infer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2183,7 +2183,7 @@ mod tests {
db.write_dedented(
"/src/a.py",
"
x = None if 0 else 1
x = None if flag else 1
y = 0
if x is not None:
y = x
Expand Down

0 comments on commit fa195cd

Please sign in to comment.