Skip to content
This repository has been archived by the owner on Feb 17, 2025. It is now read-only.

Commit

Permalink
apply code style
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreyMlashkin committed Aug 22, 2024
1 parent c261b7e commit eeebeca
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions tests/libs/assigner_runner/runner_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@

#include "zkevm_framework/preset/preset.hpp"

//TEST(runner_test, check_block) {
// using BlueprintFieldType = typename nil::crypto3::algebra::curves::pallas::base_field_type;
// using ArithmetizationType =
// nil::crypto3::zk::snark::plonk_constraint_system<BlueprintFieldType>;
// TEST(runner_test, check_block) {
// using BlueprintFieldType = typename nil::crypto3::algebra::curves::pallas::base_field_type;
// using ArithmetizationType =
// nil::crypto3::zk::snark::plonk_constraint_system<BlueprintFieldType>;

// zkevm_circuits<ArithmetizationType> circuits;

Expand All @@ -31,11 +31,11 @@
// err = runner.run("", std::nullopt);
// ASSERT_FALSE(err.has_value());

// Checks below are disabled due to frequent changes in filling assignment tables
/*
auto assignments = runner.get_assignments();
ASSERT_EQ(assignments.size(), 2);
ASSERT_EQ(assignments[1].witness(0, 0), 8);
ASSERT_EQ(assignments[1].witness(0, 1), 4);
*/
// Checks below are disabled due to frequent changes in filling assignment tables
/*
auto assignments = runner.get_assignments();
ASSERT_EQ(assignments.size(), 2);
ASSERT_EQ(assignments[1].witness(0, 0), 8);
ASSERT_EQ(assignments[1].witness(0, 1), 4);
*/
//}

0 comments on commit eeebeca

Please sign in to comment.