Skip to content

Commit 7e46c4a

Browse files
committed
update tests
1 parent ac2264f commit 7e46c4a

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

test/crud/unified/client-bulkWrite-replaceOne-sort.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"description": "client bulkWrite updateOne-sort",
3-
"schemaVersion": "1.0",
3+
"schemaVersion": "1.4",
44
"runOnRequirements": [
55
{
66
"minServerVersion": "8.0"
@@ -51,6 +51,9 @@
5151
]
5252
}
5353
],
54+
"_yamlAnchors": {
55+
"namespace": "crud-tests.coll0"
56+
},
5457
"tests": [
5558
{
5659
"description": "client bulkWrite replaceOne with sort option",

test/crud/unified/client-bulkWrite-updateOne-sort.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"description": "client bulkWrite updateOne-sort",
3-
"schemaVersion": "1.0",
3+
"schemaVersion": "1.4",
44
"runOnRequirements": [
55
{
66
"minServerVersion": "8.0"
@@ -51,6 +51,9 @@
5151
]
5252
}
5353
],
54+
"_yamlAnchors": {
55+
"namespace": "crud-tests.coll0"
56+
},
5457
"tests": [
5558
{
5659
"description": "client bulkWrite updateOne with sort option",

0 commit comments

Comments
 (0)