Skip to content

Commit

Permalink
fix(dojo-world): replace class hash of position contract
Browse files Browse the repository at this point in the history
  • Loading branch information
glihm committed Dec 9, 2023
1 parent 3ca2fce commit 90b294f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/dojo-world/src/contracts/model_test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ async fn test_model() {
assert_eq!(
position.class_hash(),
FieldElement::from_hex_be(
"0x052a1da1853c194683ca5d6d154452d0654d23f2eacd4267c555ff2338e144d6"
"0x02b233bba9a232a5e891c85eca9f67beedca7a12f9768729ff017bcb62d25c9d"
)
.unwrap()
);
Expand Down

0 comments on commit 90b294f

Please sign in to comment.