Skip to content

Commit c711134

Browse files
committed
fix test
1 parent 4a6fd78 commit c711134

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/Elastic.Markdown.Tests/Directives/AdmonitionTests.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ public class NestedDirectiveWithListTests2(ITestOutputHelper output) : Directive
149149
{
150150
[Fact]
151151
public void Render() => Html.Should().Contain("""
152-
<li> List Item 1
152+
<li>List Item 1
153153
<div class="admonition note">
154154
<p class="admonition-title">Note</p>
155155
Hello, World!
@@ -177,7 +177,7 @@ public class NestedDirectiveWithListTests3(ITestOutputHelper output) : Directive
177177
{
178178
[Fact]
179179
public void Render() => Html.Should().Contain("""
180-
<li> List Item 1
180+
<li>List Item 1
181181
<div class="admonition note">
182182
<p class="admonition-title">Note</p>
183183
Hello, World!

0 commit comments

Comments
 (0)