@@ -85,7 +85,7 @@ def test_write_to_markdown(self):
85
85
"| Issue 1 | https://github.com/user/repo/issues/1 | 1 day, 0:00:00 | "
86
86
"2 days, 0:00:00 | 3 days, 0:00:00 | 1 day, 0:00:00 |\n "
87
87
"| Issue 2 | https://github.com/user/repo/issues/2 | 3 days, 0:00:00 | "
88
- "4 days, 0:00:00 | 5 days, 0:00:00 | 2 days, 0:00:00 |\n "
88
+ "4 days, 0:00:00 | 5 days, 0:00:00 | 2 days, 0:00:00 |\n \n "
89
89
"_This report was generated with the [Issue Metrics Action](https://github.com/github/issue-metrics)_\n "
90
90
)
91
91
self .assertEqual (content , expected_content )
@@ -158,7 +158,7 @@ def test_write_to_markdown_with_vertical_bar_in_title(self):
158
158
"| Issue 1 | https://github.com/user/repo/issues/1 | 1 day, 0:00:00 | "
159
159
"2 days, 0:00:00 | 3 days, 0:00:00 | 1 day, 0:00:00 |\n "
160
160
"| feat| Issue 2 | https://github.com/user/repo/issues/2 | 3 days, 0:00:00 | "
161
- "4 days, 0:00:00 | 5 days, 0:00:00 | 2 days, 0:00:00 |\n "
161
+ "4 days, 0:00:00 | 5 days, 0:00:00 | 2 days, 0:00:00 |\n \n "
162
162
"_This report was generated with the [Issue Metrics Action](https://github.com/github/issue-metrics)_\n "
163
163
)
164
164
self .assertEqual (content , expected_content )
@@ -258,7 +258,7 @@ def test_writes_markdown_file_with_non_hidden_columns_only(self):
258
258
"| Title | URL |\n "
259
259
"| --- | --- |\n "
260
260
"| Issue 1 | https://github.com/user/repo/issues/1 |\n "
261
- "| Issue 2 | https://github.com/user/repo/issues/2 |\n "
261
+ "| Issue 2 | https://github.com/user/repo/issues/2 |\n \n "
262
262
"_This report was generated with the [Issue Metrics Action](https://github.com/github/issue-metrics)_\n "
263
263
)
264
264
self .assertEqual (content , expected_content )
0 commit comments