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