Skip to content

Commit bac5733

Browse files
alcaeusCopilot
andauthored
Update tests/utils/tools.php
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 9f872bd commit bac5733

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/utils/tools.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -765,7 +765,7 @@ function getDeletedCount($retval) {
765765
return $retval->deletedCount;
766766
}
767767
function getUpsertedCount($retval) {
768-
return $retval->usertedCount;
768+
return $retval->upsertedCount;
769769
}
770770
function getWriteErrors($retval) {
771771
return $retval->writeErrors;

0 commit comments

Comments
 (0)