Skip to content

Commit

Permalink
Remove Debug Code
Browse files Browse the repository at this point in the history
  • Loading branch information
justindbaur committed Nov 10, 2024
1 parent a76091e commit a3c7236
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions example/FieldTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit a3c7236

Please sign in to comment.