@@ -129,7 +129,6 @@ def test_write_to_markdown(self):
129
129
"| --- | ---: |\n "
130
130
"| Number of items that remain open | 2 |\n "
131
131
"| Number of items closed | 1 |\n "
132
- "| Number of most active mentors | 5 |\n "
133
132
"| Total number of items created | 2 |\n \n "
134
133
"| Title | URL | Author | Time to first response | Time to close |"
135
134
" Time to answer | Time in draft | Time spent in bug | Created At |\n "
@@ -240,7 +239,6 @@ def test_write_to_markdown_with_vertical_bar_in_title(self):
240
239
"| --- | ---: |\n "
241
240
"| Number of items that remain open | 2 |\n "
242
241
"| Number of items closed | 1 |\n "
243
- "| Number of most active mentors | 5 |\n "
244
242
"| Total number of items created | 2 |\n \n "
245
243
"| Title | URL | Author | Time to first response | Time to close |"
246
244
" Time to answer | Time in draft | Time spent in bug | Created At |\n "
@@ -369,6 +367,7 @@ def test_writes_markdown_file_with_non_hidden_columns_only(self):
369
367
search_query = "repo:user/repo is:issue" ,
370
368
hide_label_metrics = True ,
371
369
hide_items_closed_count = True ,
370
+ enable_mentor_count = True ,
372
371
non_mentioning_links = True ,
373
372
report_title = "Issue Metrics" ,
374
373
output_file = "issue_metrics.md" ,
0 commit comments