Skip to content

Commit 0a57648

Browse files
committed
docs
1 parent b0a29cd commit 0a57648

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

crates/uv/tests/edit.rs

+1
Original file line numberDiff line numberDiff line change
@@ -425,6 +425,7 @@ fn add_dev() -> Result<()> {
425425
);
426426
});
427427

428+
// `uv add` implies a full lock and sync, including development dependencies.
428429
let lock = fs_err::read_to_string(context.temp_dir.join("uv.lock"))?;
429430

430431
insta::with_settings!({

0 commit comments

Comments
 (0)