Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ponderingdemocritus committed Jul 25, 2024
1 parent 90f91d0 commit 366c941
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/tests/test_world.cairo
Original file line number Diff line number Diff line change
@@ -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}},
Expand Down

0 comments on commit 366c941

Please sign in to comment.