fix tests
This commit is contained in:
parent
f3e6b1e63e
commit
40479cc7cc
@ -225,8 +225,8 @@ pub fn split_items_into_inventory_and_bank(items: Vec<Item>) -> (Vec<Item>, Vec<
|
||||
|
||||
mod test {
|
||||
use super::*;
|
||||
use crate::entity::item;
|
||||
use crate::entity::item::{Item, ItemDetail, ItemEntityId, ItemLocation, Weapon, Tool};
|
||||
use libpso::item;
|
||||
|
||||
#[test]
|
||||
fn test_stacked_items() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user