Skip to content

Commit

Permalink
chore: make CASTF unit test match
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanpwang committed Jan 12, 2025
1 parent 3b72c79 commit cc8859e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extensions/native/circuit/src/castf/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ fn prepare_castf_rand_write_execute(
tester.execute(
chip,
&Instruction::from_usize(
VmOpcode::from_usize(CastfOpcode::CASTF as usize),
VmOpcode::with_default_offset(CastfOpcode::CASTF),
[address_x, address_y, 0, as_x, as_y],
),
);
Expand Down

0 comments on commit cc8859e

Please sign in to comment.