Skip to content

Commit f9e9457

Browse files
committed
Fixed the bug not updating the implementation files correctly after initial conflict is proposed.
1 parent a8441fe commit f9e9457

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

render_machine/actions/fix_conformance_test.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,6 @@ def execute(self, render_context: RenderContext, previous_action_payload: Any |
127127

128128
if (
129129
issue_reason_code == self.ISSUE_REASON_CODE_CONFORMANCE_TESTS
130-
or issue_reason_code == self.ISSUE_REASON_CODE_CONFLICTING_REQUIREMENTS
131130
):
132131
render_context.conformance_tests.store_conformance_tests_files(
133132
render_context.module_name,

0 commit comments

Comments
 (0)