Commit ec831ede by David Neumaier

Update Assert.cs

parent 310888a6
...@@ -165,9 +165,8 @@ namespace Qrakhen.Assertions ...@@ -165,9 +165,8 @@ namespace Qrakhen.Assertions
private Assertion Finalize() private Assertion Finalize()
{ {
Seal();
Execute(); Execute();
return this; return Seal();
} }
private Assertion Seal() private Assertion Seal()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment