Skip to content

Commit 6dd8fb5

Browse files
author
Jake Ginnivan
committed
Removed additional line from markdown report
1 parent 5bf1e32 commit 6dd8fb5

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

TestStack.BDDfy.Tests/TagsTests.TagsAreReportedInMarkdownReport.approved.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,4 @@
22
### Tags are reported in markdown report
33
Given a step
44

5-
65
Tags: `Tag1`, `Tag 2`

TestStack.BDDfy/Reporters/MarkDown/MarkDownReportBuilder.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,6 @@ private void ReportTags(StringBuilder report, List<string> tags)
7777
if (!tags.Any())
7878
return;
7979

80-
report.AppendLine();
8180
report.AppendLine(string.Format("Tags: {0}", string.Join(", ", tags.Select(t => string.Format("`{0}`", t)))));
8281
}
8382

0 commit comments

Comments
 (0)