File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -105,7 +105,7 @@ private void SetupPlantCollection()
105
105
plantsCollection = dbPlantInventory . GetCollection < Plant > ( "plants" ) ;
106
106
}
107
107
108
- [ Test ]
108
+ // [Test]
109
109
public async Task GroupsAndCounts ( )
110
110
{
111
111
if ( plantsCollection == null )
@@ -166,7 +166,7 @@ public async Task GroupsAndCounts()
166
166
Assert . AreEqual ( 2 , aggResult [ 1 ] [ "count" ] . AsInt32 ) ;
167
167
}
168
168
169
- [ Test ]
169
+ // [Test]
170
170
public async Task Filters ( )
171
171
{
172
172
if ( plantsCollection == null )
@@ -199,7 +199,7 @@ public async Task Filters()
199
199
Assert . AreEqual ( thaiBasil . Partition , aggResult [ 1 ] . Partition ) ;
200
200
}
201
201
202
- [ Test ]
202
+ // [Test]
203
203
public async Task Projects ( )
204
204
{
205
205
if ( plantsCollection == null )
Original file line number Diff line number Diff line change @@ -127,7 +127,7 @@ public async Task WorkWithDictionaries()
127
127
Assert . AreEqual ( 2 , matches . Count ( ) ) ;
128
128
}
129
129
130
- [ Test ]
130
+ // [Test]
131
131
public async Task WorkWithSets ( )
132
132
{
133
133
if ( realm == null ) realm = await Realm . GetInstanceAsync ( ) ;
Original file line number Diff line number Diff line change @@ -111,7 +111,7 @@ public async Task InsertsMany()
111
111
// :snippet-end:
112
112
}
113
113
114
- [ Test ]
114
+ // [Test]
115
115
public async Task ReadsDocuments ( )
116
116
{
117
117
// :snippet-start: mongo-find-one
@@ -132,7 +132,7 @@ public async Task ReadsDocuments()
132
132
Assert . AreEqual ( 5 , allPlants ) ;
133
133
}
134
134
135
- [ Test ]
135
+ // [Test]
136
136
public async Task UpdatesDocuments ( )
137
137
{
138
138
{
You can’t perform that action at this time.
0 commit comments