Skip to content

Commit 2a60a81

Browse files
authored
Update FindTest.php
1 parent 937cce4 commit 2a60a81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Operation/FindTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ public function provideInvalidConstructorOptions()
6060
$options[][] = ['max' => $value];
6161
}
6262

63-
foreach ($this->getInvalidIntegerVAlues() as $value) {
63+
foreach ($this->getInvalidIntegerValues() as $value) {
6464
$options[][] = ['maxAwaitTimeMS' => $value];
6565
}
6666

0 commit comments

Comments
 (0)