diff --git a/tests/Basic/Basic.Tests.cs b/tests/Basic/Basic.Tests.cs index adab646d..ebe905bc 100644 --- a/tests/Basic/Basic.Tests.cs +++ b/tests/Basic/Basic.Tests.cs @@ -175,6 +175,7 @@ public class BasicTests : GeneratorTestFixture Assert.That(nestedPublic.g, Is.Not.EqualTo(0)); } + [Test] public void TestPropertyChains() { var bar2 = new Bar2();