Skip to content

Commit 337b793

Browse files
marioevzdanceratopz
authored andcommitted
fix: typo
1 parent 054a900 commit 337b793

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/testing/src/execution_testing/client_clis/transition_tool.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -890,7 +890,7 @@ def process_result(
890890
result.result.opcode_count is not None
891891
and self.opcode_count is not None
892892
):
893-
result.result.opcode_count += self.opcode_count
893+
self.opcode_count += result.result.opcode_count
894894
return result
895895

896896
def evaluate(

0 commit comments

Comments
 (0)