@@ -32,7 +32,7 @@ public MqlCreateObjectIdTests(ClassFixture fixture)
3232 }
3333
3434 [ Fact ]
35- public void ObjectIdGenerateNewId_in_where ( )
35+ public void MqlCreateObjectId_in_where ( )
3636 {
3737 var collection = Fixture . Collection ;
3838 var queryable = collection . AsQueryable ( )
@@ -46,7 +46,7 @@ public void ObjectIdGenerateNewId_in_where()
4646 }
4747
4848 [ Fact ]
49- public void ObjectIdGenerateNewId_in_select ( )
49+ public void MqlCreateObjectId_in_select ( )
5050 {
5151 var collection = Fixture . Collection ;
5252 var queryable = collection . AsQueryable ( )
@@ -65,7 +65,7 @@ public void ObjectIdGenerateNewId_in_select()
6565 }
6666
6767 [ Fact ]
68- public async Task ObjectIdGenerateNewId_in_filter_builder ( )
68+ public async Task MqlCreateObjectId_in_filter_builder ( )
6969 {
7070 var collection = Fixture . Collection ;
7171
@@ -78,7 +78,7 @@ public async Task ObjectIdGenerateNewId_in_filter_builder()
7878 }
7979
8080 [ Fact ]
81- public async Task ObjectIdGenerateNewId_in_projection_builder ( )
81+ public async Task MqlCreateObjectId_in_projection_builder ( )
8282 {
8383 var collection = Fixture . Collection ;
8484
@@ -97,7 +97,7 @@ public async Task ObjectIdGenerateNewId_in_projection_builder()
9797 }
9898
9999 [ Fact ]
100- public async Task ObjectIdGenerateNewId_in_aggregate ( )
100+ public async Task MqlCreateObjectId_in_aggregate ( )
101101 {
102102 var collection = Fixture . Collection ;
103103
0 commit comments