Skip to content

Commit

Permalink
fix test path
Browse files Browse the repository at this point in the history
  • Loading branch information
fcarreiro committed Jan 10, 2025
1 parent 92eeeae commit 6632e7d
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ std::vector<uint8_t> string_to_buffer(const std::string& str)

TEST(AvmInputsTest, Deserialization)
{
auto data = read_file("src/barretenberg/vm2/common/avm_inputs.testdata.bin");
// cwd is expected to be barretenberg/cpp/build.
auto data = read_file("../src/barretenberg/vm2/common/avm_inputs.testdata.bin");
auto inputs = AvmProvingInputs::from(data);

AvmProvingInputs expected = {
Expand Down

0 comments on commit 6632e7d

Please sign in to comment.