Skip to content

Commit df0e455

Browse files
committed
Fix last failing test
1 parent c711134 commit df0e455

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ public class NestedDirectiveWithListTests(ITestOutputHelper output) : DirectiveT
120120
{
121121
[Fact]
122122
public void Render() => Html.Should().Contain("""
123-
<li> List Item 1
123+
<li>List Item 1
124124
<div class="admonition note">
125125
<p class="admonition-title">Note</p>
126126
Hello, World!

0 commit comments

Comments
 (0)