This commit is contained in:
@@ -151,7 +151,7 @@ mod tests {
|
||||
|
||||
fn get_user(level: LevelInt) -> Pokemon {
|
||||
let lib = Arc::new(crate::dynamic_data::libraries::dynamic_library::test::build());
|
||||
let species = lib.static_data().species().get(&"foo".into()).unwrap().clone();
|
||||
let species = lib.static_data().species().get(&"foo".into()).unwrap();
|
||||
let form = species.get_form(&"default".into()).unwrap();
|
||||
|
||||
Pokemon::new(
|
||||
|
||||
Reference in New Issue
Block a user