Skip to content

Commit

Permalink
fix test...
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexWaygood committed Oct 15, 2024
1 parent f720828 commit 8ec3b30
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion crates/red_knot_python_semantic/src/types/infer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7386,7 +7386,8 @@ mod tests {
",
)?;

assert_public_ty(&db, "/src/a.py", "a", "str");
// TODO overloads...
assert_public_ty(&db, "/src/a.py", "a", "@Todo");

Ok(())
}
Expand Down

0 comments on commit 8ec3b30

Please sign in to comment.