Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ponderingdemocritus committed Aug 17, 2024
1 parent 691a241 commit 9d3d912
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tests/test_world.cairo
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ mod tests {
let mut models = array![position::TEST_CLASS_HASH, moves::TEST_CLASS_HASH];

// deploy world with models
let world = spawn_test_world("dojo_starter", models);
let world = spawn_test_world(["dojo_starter"].span(), models.span());

// deploy systems contract
let contract_address = world
Expand Down

0 comments on commit 9d3d912

Please sign in to comment.