Commit 2a60a815 authored by Katherine Walker's avatar Katherine Walker Committed by GitHub

Update FindTest.php

parent 937cce47
...@@ -60,7 +60,7 @@ class FindTest extends TestCase ...@@ -60,7 +60,7 @@ class FindTest extends TestCase
$options[][] = ['max' => $value]; $options[][] = ['max' => $value];
} }
foreach ($this->getInvalidIntegerVAlues() as $value) { foreach ($this->getInvalidIntegerValues() as $value) {
$options[][] = ['maxAwaitTimeMS' => $value]; $options[][] = ['maxAwaitTimeMS' => $value];
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment