Skip to content

Commit a7a41d9

Browse files
committed
Rename "findOne" to "find" in mo-tests
See: estolfo/mo-tests@c2f40b1
1 parent a3e7550 commit a7a41d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/convert-mo-tests.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ function clientOperation($phase, &$output) {
201201
return $retval;
202202
break;
203203

204-
case "findOne":
204+
case "find":
205205
$output = $phase["outcome"];
206206
if (!$output["ok"]) {
207207
$output["errmsg"] = "%s";

0 commit comments

Comments
 (0)