Skip to content

Commit

Permalink
Component_batch test fixed #335
Browse files Browse the repository at this point in the history
  • Loading branch information
ETatuzova committed Apr 10, 2024
1 parent a999296 commit 7c87833
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/component_batch.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ bool compare_copy_constraint_vectors(const std::vector<crypto3::zk::snark::plonk
if (lhs_set.size() != rhs_set.size() ) {
return false;
}
return lhs_set == rhs_set;
return lhs_set.first<rhs_set.first || (lhs_set.first == rhs_set.first && lhs_set.second < rhs_set.second);
}

template<typename FieldType>
Expand Down

0 comments on commit 7c87833

Please sign in to comment.