We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 664a231 commit 3bfbe0cCopy full SHA for 3bfbe0c
1 file changed
tests/MongoDB.Driver.Tests/SortDefinitionBuilderTests.cs
@@ -166,7 +166,7 @@ public void Ascending_using_extension_methods()
166
}
167
168
[Fact]
169
- public void Ascending_typed_using_extension_methods()
+ public void Ascending_Typed_using_extension_methods()
170
{
171
var subject = CreateSubject<Person>();
172
@@ -188,7 +188,7 @@ public void Descending_using_extension_methods()
188
189
190
191
- public void Descending_typed_using_extension_methods()
+ public void Descending_Typed_using_extension_methods()
192
193
194
@@ -248,9 +248,6 @@ private class Person
248
249
[BsonElement("ln")]
250
public string LastName { get; set; }
251
-
252
- [BsonElement("age")]
253
- public int Age { get; set; }
254
255
256
0 commit comments