Skip to content

Commit

Permalink
fix poseidon test
Browse files Browse the repository at this point in the history
  • Loading branch information
rnbguy committed Jan 14, 2025
1 parent aeefb02 commit 946d4dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cairo-contracts/packages/utils/src/utils.cairo
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ mod tests {
// depending on how you serialize the struct, the key will be different
let value = Foo { foo: array!["hello", "world"] };
assert_eq!(
direct_key(@value), 0x562cad83e4f09c5813d3d8cc79e67b24d7d979531160e90affd52d4ddf745fe
direct_key(@value), 0x8a7f3b665d11363ad83b7fb1ee769c513497f2353a70250b0bddcaaaf6458b
);
assert_eq!(
manual_key(@value), 0x6c667cf271320ba416f4956bd4c0a532920206fe281247da5c6e7feeec8aa61
Expand Down

0 comments on commit 946d4dc

Please sign in to comment.