We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f38bd78 commit 7d501b8Copy full SHA for 7d501b8
Main/tests/Collections/ComparerBuilderTests.cs
@@ -86,7 +86,7 @@ public void DistinctTest()
86
new TestClass { Field1 = 2, Prop2 = "1" },
87
new TestClass { Field1 = 2, Prop2 = "2" },
88
89
- null,
+ null
90
};
91
92
Assert.That(arr.Distinct(eq).Count(), Is.EqualTo(5));
@@ -104,7 +104,7 @@ public void DistinctByMember1Test()
104
105
106
107
108
109
110
Assert.That(arr.Distinct(eq).Count(), Is.EqualTo(3));
@@ -122,7 +122,7 @@ public void DistinctByMember2Test()
122
123
124
125
126
127
128
0 commit comments