File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
pixi/tests/integration_rust Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -214,7 +214,7 @@ async fn pypi_dependency_upgrade_uses_custom_index() {
214214 let platform = Platform :: current ( ) ;
215215
216216 // Create local conda channel with Python
217- let mut package_db = MockDatabase :: default ( ) ;
217+ let mut package_db = MockRepoData :: default ( ) ;
218218 package_db. add_package (
219219 Package :: build ( "python" , "3.12.0" )
220220 . with_subdir ( platform)
Original file line number Diff line number Diff line change 1- //! This modules defines [`PackageDatabase `], a struct that holds a bunch of easily constructable
1+ //! This modules defines [`MockRepoData `], a struct that holds a bunch of easily constructable
22//! package definitions. Using this struct it becomes easier to generate controllable fake repodata.
33
44use chrono:: { DateTime , Utc } ;
You can’t perform that action at this time.
0 commit comments