diff --git a/test/test_plonk_component.hpp b/test/test_plonk_component.hpp index bb31588bb..1684fcfdd 100644 --- a/test/test_plonk_component.hpp +++ b/test/test_plonk_component.hpp @@ -248,8 +248,8 @@ namespace nil { // blueprint::detail::export_connectedness_zones( // zones, assignment, instance_input.all_vars(), start_row, component_instance.rows_amount, std::cout); - //BOOST_ASSERT_MSG(is_connected, - // "Component disconnected! See comment above this assert for a way to output a visual representation of the connectedness graph."); + BOOST_ASSERT_MSG(is_connected, + "Component disconnected! See comment above this assert for a way to output a visual representation of the connectedness graph."); } zk::snark::plonk_table_description desc;