You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
thrownewActualExpectedAssertException(diffs.Count.ToString(),diffInspectors.Length.ToString(),"Actual changes","Expected changes","The actual number of changes does not match the expected.");
43
+
if(diffs.Count()!=diffInspectors.Length)
44
+
thrownewActualExpectedAssertException(diffs.Count().ToString(),diffInspectors.Length.ToString(),"Actual changes","Expected changes","The actual number of changes does not match the expected.");
0 commit comments