summaryrefslogtreecommitdiff
path: root/src/mongo/gotools/src/github.com/mongodb/mongo-tools/vendor/go.mongodb.org/mongo-driver/data/crud/v1/read/aggregate-collation.yml
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/gotools/src/github.com/mongodb/mongo-tools/vendor/go.mongodb.org/mongo-driver/data/crud/v1/read/aggregate-collation.yml')
-rw-r--r--src/mongo/gotools/src/github.com/mongodb/mongo-tools/vendor/go.mongodb.org/mongo-driver/data/crud/v1/read/aggregate-collation.yml17
1 files changed, 0 insertions, 17 deletions
diff --git a/src/mongo/gotools/src/github.com/mongodb/mongo-tools/vendor/go.mongodb.org/mongo-driver/data/crud/v1/read/aggregate-collation.yml b/src/mongo/gotools/src/github.com/mongodb/mongo-tools/vendor/go.mongodb.org/mongo-driver/data/crud/v1/read/aggregate-collation.yml
deleted file mode 100644
index d526db6d126..00000000000
--- a/src/mongo/gotools/src/github.com/mongodb/mongo-tools/vendor/go.mongodb.org/mongo-driver/data/crud/v1/read/aggregate-collation.yml
+++ /dev/null
@@ -1,17 +0,0 @@
-data:
- - {_id: 1, x: 'ping'}
-minServerVersion: '3.4'
-
-tests:
- -
- description: "Aggregate with collation"
- operation:
- name: aggregate
- arguments:
- pipeline:
- - $match:
- x: 'PING'
- collation: { locale: 'en_US', strength: 2 } # https://docs.mongodb.com/master/reference/collation/#collation-document
- outcome:
- result:
- - {_id: 1, x: 'ping'}