Skip to content

Commit 5a074f0

Browse files
committed
dotnet format
1 parent 0e412ff commit 5a074f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Elastic.Markdown.Tests/Inline/InlineLinkTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ public void GeneratesHtml() =>
178178
public void HasWarnings()
179179
{
180180
Collector.Diagnostics.Should().HaveCount(1);
181-
Collector.Diagnostics.First().Severity.Should().Be(Diagnostics.Severity.Warning);
181+
Collector.Diagnostics.First().Severity.Should().Be(Severity.Warning);
182182
Collector.Diagnostics.First().Message.Should().Contain("The url contains a template expression. Please do not use template expressions in links. See https://github.com/elastic/docs-builder/issues/182 for further information.");
183183
}
184184
}

0 commit comments

Comments
 (0)