Skip to content

Commit 121f3d4

Browse files
committed
Add the missing return
1 parent 1cb41fc commit 121f3d4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Rubberduck.Main/ComClientLibrary/UnitTesting/AssertClass.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -308,6 +308,7 @@ protected void TestArraySequenceEquity(Array expected, Array actual, string mess
308308
if (equals ^ flattenedActual.SequenceEqual(flattenedExpected, comparer))
309309
{
310310
AssertHandler.OnAssertFailed(message, methodName);
311+
return;
311312
}
312313

313314
AssertHandler.OnAssertSucceeded();

0 commit comments

Comments
 (0)