Skip to content

Commit

Permalink
Add the missing return
Browse files Browse the repository at this point in the history
  • Loading branch information
bclothier committed Oct 12, 2019
1 parent 1cb41fc commit 121f3d4
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -308,6 +308,7 @@ protected void TestArraySequenceEquity(Array expected, Array actual, string mess
if (equals ^ flattenedActual.SequenceEqual(flattenedExpected, comparer))
{
AssertHandler.OnAssertFailed(message, methodName);
return;
}

AssertHandler.OnAssertSucceeded();
Expand Down

0 comments on commit 121f3d4

Please sign in to comment.