Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
fmoletta committed Jan 11, 2024
1 parent 2a5bed1 commit 95ec39f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vm/src/vm/runners/builtin_runner/keccak.rs
Original file line number Diff line number Diff line change
Expand Up @@ -747,7 +747,7 @@ mod tests {
builtin.air_private_input(&memory),
(vec![PrivateInput::KeccakState(PrivateInputKeccakState {
index: 0,
input_s0: 1.into(),
input_s0: 0.into(),
input_s1: 1.into(),
input_s2: 2.into(),
input_s3: 3.into(),
Expand Down

0 comments on commit 95ec39f

Please sign in to comment.