Skip to content

Commit 0de266b

Browse files
authored
PHPLIB-707: Remove modifiers from command monitoring spec test (#857)
Synced with mongodb/specifications@b8928fa
1 parent 4a14c76 commit 0de266b

File tree

1 file changed

+13
-15
lines changed

1 file changed

+13
-15
lines changed

tests/SpecTests/command-monitoring/find.json

Lines changed: 13 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -89,21 +89,19 @@
8989
"skip": {
9090
"$numberLong": "2"
9191
},
92-
"modifiers": {
93-
"$comment": "test",
94-
"$hint": {
95-
"_id": 1
96-
},
97-
"$max": {
98-
"_id": 6
99-
},
100-
"$maxTimeMS": 6000,
101-
"$min": {
102-
"_id": 0
103-
},
104-
"$returnKey": false,
105-
"$showDiskLoc": false
106-
}
92+
"comment": "test",
93+
"hint": {
94+
"_id": 1
95+
},
96+
"max": {
97+
"_id": 6
98+
},
99+
"maxTimeMS": 6000,
100+
"min": {
101+
"_id": 0
102+
},
103+
"returnKey": false,
104+
"showRecordId": false
107105
}
108106
},
109107
"expectations": [

0 commit comments

Comments
 (0)