Skip to content

Commit c484725

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 14b7ddb commit c484725

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ public async Task ScopeLine_Complex_Nested_Structure_Should_Format_Correctly()
292292
var result = builder.ToString();
293293
_ = await Assert.That(result).Contains("namespace MyApplication");
294294
_ = await Assert.That(result).Contains(" public class MyClass");
295-
_ = await Assert.That(result).Contains(" public void MyMethod()");
295+
_ = await Assert.That(result).Contains(" public void MyMethod()");
296296
_ = await Assert.That(result).Contains(" var x = 10;");
297297
}
298298

0 commit comments

Comments
 (0)