Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
FrancoGiachetta committed Dec 23, 2024
1 parent 0f0f448 commit fecd17b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vm/src/serde/deserialize_utils.rs
Original file line number Diff line number Diff line change
Expand Up @@ -425,7 +425,7 @@ mod tests {
#[test]
#[cfg_attr(target_arch = "wasm32", wasm_bindgen_test)]
fn parse_value_with_neg_inner_dereference_test() {
let value = "cast(17 * [fp], felt)";
let value = "cast(17 - [fp], felt)";
let parsed = parse_value(value).unwrap();

assert_eq!(
Expand Down

0 comments on commit fecd17b

Please sign in to comment.