fix: correct method name

This commit is contained in:
Thai Nguyen Hung
2023-09-06 08:21:42 +07:00
parent 038fd80428
commit 42323e27b1
3 changed files with 32 additions and 32 deletions

View File

@ -1118,7 +1118,7 @@ final class Expectation
*
* @return self<TValue>
*/
public function toBeUUID(string $message = ''): self
public function toBeUuid(string $message = ''): self
{
if (! is_string($this->value)) {
InvalidExpectationValue::expected('string');