Skip to content

Commit 6fefac7

Browse files
committed
changes made
1 parent 951c2b7 commit 6fefac7

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

test/query_test.dart

-2
Original file line numberDiff line numberDiff line change
@@ -393,8 +393,6 @@ void main() {
393393
query.operator(QueryOperator(QueryOperatorType.Or, listOfQuery));
394394
await query.find().then((response) {
395395
final completeUrl = query.getQueryUrl()['query'];
396-
//(response.toString());
397-
print(completeUrl.toString());
398396
expect('{\"\$or\":[{\"title\":\"Room 13\"},{\"number\":20}]}',
399397
completeUrl);
400398
}).catchError((onError) {

0 commit comments

Comments
 (0)