Skip to content

Commit 14b7ddb

Browse files
samtrionCopilot
andauthored
fix: Update tests/NetEvolve.CodeBuilder.Tests.Unit/CSharpCodeBuilderTests.Clear.cs
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: Martin Stühmer <me@samtrion.net>
1 parent 84b270c commit 14b7ddb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/NetEvolve.CodeBuilder.Tests.Unit/CSharpCodeBuilderTests.Clear.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ public async Task Intend_Multiple_Mixed_With_Content_Should_Work()
229229
var result = builder.ToString();
230230
_ = await Assert.That(result).Contains(" Level 1");
231231
_ = await Assert.That(result).Contains(" Level 2");
232-
_ = await Assert.That(result).Contains(" Level 3");
232+
_ = await Assert.That(result).Contains(" Level 3");
233233
}
234234

235235
[Test]

0 commit comments

Comments
 (0)