Skip to content

Commit b5782ae

Browse files
committed
chore: update another test
1 parent 21e39fc commit b5782ae

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • barretenberg/cpp/src/barretenberg/vm2/constraining/relations

barretenberg/cpp/src/barretenberg/vm2/constraining/relations/ecc.test.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1183,7 +1183,7 @@ TEST(EccAddMemoryConstrainingTest, EccAddMemoryInvalidDstRange)
11831183

11841184
StrictMock<MockExecutionIdManager> execution_id_manager;
11851185
EXPECT_CALL(execution_id_manager, get_execution_id)
1186-
.WillRepeatedly(Return(0)); // Use a fixed execution IDfor the test
1186+
.WillRepeatedly(Return(0)); // Use a fixed execution ID for the test
11871187
PureGreaterThan gt;
11881188
PureToRadix to_radix_simulator = PureToRadix();
11891189

@@ -1194,7 +1194,7 @@ TEST(EccAddMemoryConstrainingTest, EccAddMemoryInvalidDstRange)
11941194
scalar_mul_event_emitter,
11951195
ecc_add_memory_event_emitter);
11961196

1197-
uint32_t dst_address = AVM_HIGHEST_MEM_ADDRESS - 1; // Invalid address, will result in out of range error
1197+
uint32_t dst_address = AVM_HIGHEST_MEM_ADDRESS; // Invalid address, will result in out of range error
11981198
// Set the execution and gt traces
11991199
TestTraceContainer trace = TestTraceContainer({
12001200
// Row 0

0 commit comments

Comments
 (0)