Skip to content

Commit

Permalink
fix: tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Larkooo committed Aug 27, 2024
1 parent c5520d7 commit 1559129
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 @@ -317,7 +317,7 @@ fn test_register_namespace() {
let expected_event = NamespaceRegistered { namespace, hash };
assert_eq!(
starknet::testing::pop_log(world.contract_address),
Option::Some(Event::NamespaceRegistered(Event::NamespaceRegistered(expected_event)))
Option::Some(Event::NamespaceRegistered(expected_event))
);
}

Expand Down

0 comments on commit 1559129

Please sign in to comment.