diff --git a/src/tests/test_world.cairo b/src/tests/test_world.cairo index c1c7fae..4d58b2b 100644 --- a/src/tests/test_world.cairo +++ b/src/tests/test_world.cairo @@ -1,10 +1,9 @@ #[cfg(test)] mod tests { - use starknet::class_hash::Felt252TryIntoClassHash; // import world dispatcher use dojo::world::{IWorldDispatcher, IWorldDispatcherTrait}; // import test utils - use dojo::test_utils::{spawn_test_world, deploy_contract}; + use dojo::utils::test::{spawn_test_world, deploy_contract}; // import test utils use dojo_starter::{ systems::{actions::{actions, IActionsDispatcher, IActionsDispatcherTrait}},