Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
TAdev0 committed Jul 26, 2024
1 parent 30d2dba commit 0e5cd2d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/opcodes/tests/test_opcodes.cairo
Original file line number Diff line number Diff line change
Expand Up @@ -100,9 +100,7 @@ fn test_op_sub_panic() {
let dstack = engine.get_dstack();
assert_eq!(dstack.len(), 1, "Stack length is not 1");

let expected_stack = array![
"\0\0\0\0\0\0\0\x03618502788666131213697322783095070105623107215331596699973092056135872020480"
];
let expected_stack = array!["\0\0\0\0\0\0\0\0"];
assert_eq!(dstack, expected_stack.span(), "Stack is not equal to expected");
// ByteArray added to the stack (result of 1 - 2)
// [DEBUG] 0x46a6158a16a947e5916b2a2ca68501a45e93d7110e81aa2d6438b1c57c879a3
Expand Down

0 comments on commit 0e5cd2d

Please sign in to comment.