Skip to content

Commit 50f2a34

Browse files
committed
Precommit run
Signed-off-by: Jing Chen <[email protected]>
1 parent cf4738f commit 50f2a34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_examples_run.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ def compare_to_execution(self, execution_result: ExecutionResult) -> bool:
7575
return execution_result.error_code == ExecutionErrorCode.RUNTIME_ERROR
7676

7777
# At this point, it's NO_ERROR, so check for results
78-
# Note string comparison ignores whitespaces
78+
# Note string comparison ignores whitespaces
7979
actual_result = execution_result.result
8080
if actual_result is not None and self.results is not None:
8181
actual_result_stripped = actual_result.replace(" ", "").strip()

0 commit comments

Comments
 (0)