diff --git a/compiler/tests/end_to_end_tests/globals.cc b/compiler/tests/end_to_end_tests/globals.cc index d269f9da9..97ae4991c 100644 --- a/compiler/tests/end_to_end_tests/globals.cc +++ b/compiler/tests/end_to_end_tests/globals.cc @@ -1,7 +1,7 @@ #include "globals.h" #include "tests_tools/GtestEnvironment.h" -const mlir::concretelang::V0FHEConstraint defaultV0Constraints{10, 7}; +const mlir::concretelang::V0FHEConstraint defaultV0Constraints{1, 1}; testing::Environment *const dfr_env = testing::AddGlobalTestEnvironment(new DFREnvironment);