Skip to content

Commit 4a6fd78

Browse files
committed
fix tests
1 parent 2950275 commit 4a6fd78

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ public void Render() => Html.Should().Contain("""
123123
<li> List Item 1
124124
<div class="admonition note">
125125
<p class="admonition-title">Note</p>
126-
Hello, World!
126+
Hello, World!
127127
</div>
128128
</li>
129129
""");
@@ -152,7 +152,7 @@ public void Render() => Html.Should().Contain("""
152152
<li> List Item 1
153153
<div class="admonition note">
154154
<p class="admonition-title">Note</p>
155-
Hello, World!
155+
Hello, World!
156156
</div>
157157
</li>
158158
""");
@@ -180,7 +180,7 @@ public void Render() => Html.Should().Contain("""
180180
<li> List Item 1
181181
<div class="admonition note">
182182
<p class="admonition-title">Note</p>
183-
Hello, World!
183+
Hello, World!
184184
</div>
185185
</li>
186186
""");

0 commit comments

Comments
 (0)