Skip to content

Commit

Permalink
fix: Fix bug for a unit test in full proving mode repated to MSM (#7104)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanmon authored Jun 19, 2024
1 parent f9ac0fc commit e37809b
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1473,8 +1473,9 @@ TEST_F(AvmExecutionTests, msmOpCode)

EXPECT_EQ(returndata, expected_output);

validate_trace(std::move(trace));
validate_trace(std::move(trace), public_inputs);
}

// Positive test for Kernel Input opcodes
TEST_F(AvmExecutionTests, kernelInputOpcodes)
{
Expand Down

0 comments on commit e37809b

Please sign in to comment.