remove suggestion number

This commit is contained in:
mrT23
2023-07-13 08:10:36 +03:00
parent 25bc69f70e
commit 4b8420aa16
5 changed files with 5 additions and 29 deletions

View File

@ -54,14 +54,12 @@ class TestConvertToMarkdown:
'General PR suggestions': 'general suggestion...',
'Code suggestions': [
{
'Suggestion number': 1,
'Code example': {
'Before': 'Code before',
'After': 'Code after'
}
},
{
'Suggestion number': 2,
'Code example': {
'Before': 'Code before 2',
'After': 'Code after 2'