Skip to content

Commit

Permalink
fix test cases
Browse files Browse the repository at this point in the history
  • Loading branch information
qingyang-hu committed Aug 28, 2024
1 parent f7b23d1 commit 73f7945
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion testdata/crud/unified/bulkWrite-replaceOne-sort.json
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@
]
},
"expectError": {
"errorContains": "'update.sort' is an unknown field",
"errorContains": "'update.updates.sort' is an unknown field",
"isClientError": false
}
}
Expand Down
2 changes: 1 addition & 1 deletion testdata/crud/unified/bulkWrite-updateOne-sort.json
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@
]
},
"expectError": {
"errorContains": "'update.sort' is an unknown field",
"errorContains": "'update.updates.sort' is an unknown field",
"isClientError": false
}
}
Expand Down
2 changes: 1 addition & 1 deletion testdata/crud/unified/replaceOne-sort.json
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@
}
},
"expectError": {
"errorContains": "'update.sort' is an unknown field",
"errorContains": "'update.updates.sort' is an unknown field",
"isClientError": false
}
}
Expand Down
2 changes: 1 addition & 1 deletion testdata/crud/unified/updateMany-sort.json
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@
}
},
"expectError": {
"errorContains": "'update.sort' is an unknown field",
"errorContains": "'update.updates.sort' is an unknown field",
"isClientError": false
}
}
Expand Down
2 changes: 1 addition & 1 deletion testdata/crud/unified/updateOne-sort.json
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@
}
},
"expectError": {
"errorContains": "'update.sort' is an unknown field",
"errorContains": "'update.updates.sort' is an unknown field",
"isClientError": false
}
}
Expand Down

0 comments on commit 73f7945

Please sign in to comment.