Skip to content

Commit a5b6b06

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 a78e939 commit a5b6b06

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
@@ -268,7 +268,7 @@ public async Task Intend_Combined_With_Scope_Should_Add_Extra_Indentation()
268268

269269
var result = builder.ToString();
270270
// Should have both scope indentation (4 spaces) and manual indentation (4 spaces)
271-
_ = await Assert.That(result).Contains(" Extra indented"); // 8 spaces
271+
_ = await Assert.That(result).Contains(" Extra indented"); // 8 spaces
272272
}
273273

274274
[Test]

0 commit comments

Comments
 (0)