Skip to content

Commit ee07f64

Browse files
committed
refactor(uv-trampoline,uv-trampoline-builder): address feedback
1 parent 333306d commit ee07f64

File tree

4 files changed

+182
-156
lines changed

4 files changed

+182
-156
lines changed

crates/uv-distribution/src/metadata/requires_dist.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -619,11 +619,11 @@ mod test {
619619
"#};
620620

621621
assert_snapshot!(format_err(input).await, @r#"
622-
error: TOML parse error at line 8, column 16
622+
error: TOML parse error at line 8, column 28
623623
|
624624
8 | tqdm = { url = invalid url to tqdm-4.66.0-py3-none-any.whl" }
625-
| ^
626-
missing opening quote, expected `"`
625+
| ^
626+
missing comma between key-value pairs, expected `,`
627627
"#);
628628
}
629629

0 commit comments

Comments
 (0)