Skip to content

Commit ce5b153

Browse files
committed
Fix test not checking order
1 parent 84e799a commit ce5b153

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

UnitTests/UnitTests.UWP/UI/Collection/Test_IncrementalLoadingCollection.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ public async Task EveryOtherRequestFails()
111111
willFail = !willFail;
112112
}
113113

114-
CollectionAssert.AreEquivalent(AllData, collection);
114+
CollectionAssert.AreEqual(AllData, collection);
115115
}
116116

117117
[TestMethod]

0 commit comments

Comments
 (0)