diff --git a/tests/unittest/test_convert_to_markdown.py b/tests/unittest/test_convert_to_markdown.py index 02e3ceac..4463513f 100644 --- a/tests/unittest/test_convert_to_markdown.py +++ b/tests/unittest/test_convert_to_markdown.py @@ -51,7 +51,7 @@ class TestConvertToMarkdown: 'Unrelated changes': 'n/a', # won't be included in the output 'Focused PR': 'Yes', 'General PR suggestions': 'general suggestion...', - 'Code suggestions': [ + 'Code feedback': [ { 'Code example': { 'Before': 'Code before', @@ -73,7 +73,7 @@ class TestConvertToMarkdown: - ✨ **Focused PR:** Yes - 💡 **General PR suggestions:** general suggestion... -- 🤖 **Code suggestions:** +- 🤖 **Code feedback:** - **Code example:** - **Before:**