From 7189b3ab418808e1c427c6c95365d79d72ad9581 Mon Sep 17 00:00:00 2001 From: mrT23 Date: Sun, 6 Aug 2023 18:20:39 +0300 Subject: [PATCH] suggestions -> feedback --- tests/unittest/test_convert_to_markdown.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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:**