We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc2d1b2 commit bf9679aCopy full SHA for bf9679a
1 file changed
render_machine/render_context.py
@@ -418,7 +418,9 @@ def start_conformance_tests_for_frid(self):
418
# fall through to get_first below
419
else:
420
if self.conformance_tests_running_context.conformance_test_phase_index == 0:
421
- self.conformance_tests_running_context.current_testing_frid_high_level_implementation_plan = None
+ self.conformance_tests_running_context.current_testing_frid_high_level_implementation_plan = (
422
+ None
423
+ )
424
425
self.conformance_tests_running_context.conformance_test_phase_index += 1
426
current_acceptance_tests = self.frid_context.specifications[plain_spec.ACCEPTANCE_TESTS][
0 commit comments