Fix test snapshot for `--only-group` changes (#10906)

This commit is contained in:
Zanie Blue 2025-01-23 11:24:59 -06:00 committed by GitHub
parent 349c0b6fc8
commit f303c4abe0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 4 deletions

View File

@ -8558,11 +8558,10 @@ fn dependency_group_default_groups() -> Result<()> {
----- stdout ----- ----- stdout -----
----- stderr ----- ----- stderr -----
Resolved 2 packages in [TIME] Resolved 1 package in [TIME]
Prepared 2 packages in [TIME] Prepared 1 package in [TIME]
Installed 2 packages in [TIME] Installed 1 package in [TIME]
+ iniconfig==2.0.0 + iniconfig==2.0.0
+ typing-extensions==4.10.0
"###); "###);
Ok(()) Ok(())