diff --git a/example/FieldTests.cs b/example/FieldTests.cs index 15ddfee..cbe41b0 100644 --- a/example/FieldTests.cs +++ b/example/FieldTests.cs @@ -28,11 +28,6 @@ public void ReferenceFieldConstant(string actualArg, bool shouldMatch) var test = pretend.Create(); - if (false) - { - throw new Exception("something"); - } - var result = test.MyMethod(actualArg); Assert.Equal(shouldMatch, result == 1);