fix tests

This commit is contained in:
jake 2020-02-06 23:08:52 -08:00
parent f3e6b1e63e
commit 40479cc7cc

View File

@ -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() {