Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Larkooo committed Aug 27, 2024
1 parent 1559129 commit c768b52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/dojo-core/src/tests/world/resources.cairo
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@ fn test_register_namespace() {
let namespace = "namespace";
let hash = bytearray_hash(@namespace);

world.register_namespace(namespace);
world.register_namespace(namespace.clone());

assert(world.is_owner(hash, bob), 'namespace not registered');

Expand Down

0 comments on commit c768b52

Please sign in to comment.