Skip to content

Commit a78e939

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

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
@@ -293,7 +293,7 @@ public async Task ScopeLine_Complex_Nested_Structure_Should_Format_Correctly()
293293
_ = await Assert.That(result).Contains("namespace MyApplication");
294294
_ = await Assert.That(result).Contains(" public class MyClass");
295295
_ = await Assert.That(result).Contains(" public void MyMethod()");
296-
_ = await Assert.That(result).Contains(" var x = 10;");
296+
_ = await Assert.That(result).Contains(" var x = 10;");
297297
}
298298

299299
[Test]

0 commit comments

Comments
 (0)