Skip to content

Commit fc87768

Browse files
committed
PHPLIB-418: Fix wrong runOn syntax in crud/updateWithPiplines spec tests
1 parent 2628c09 commit fc87768

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

tests/SpecTests/crud/updateWithPipelines.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
{
2+
"runOn": [
3+
{
4+
"minServerVersion": "4.1.11"
5+
}
6+
],
27
"data": [
38
{
49
"_id": 1,
@@ -16,7 +21,6 @@
1621
"y": 1
1722
}
1823
],
19-
"minServerVersion": "4.1.11",
2024
"collection_name": "test",
2125
"database_name": "crud-tests",
2226
"tests": [

0 commit comments

Comments
 (0)