mirror of
https://github.com/pestphp/pest.git
synced 2026-03-06 07:47:22 +01:00
Fix lingering }
Remove remaining } in toMatchObject.
This commit is contained in:
@ -819,7 +819,6 @@ final class Expectation
|
||||
$this->export($property),
|
||||
$this->export($propertyValue),
|
||||
);
|
||||
}
|
||||
|
||||
Assert::assertEquals($value, $propertyValue, $second_message);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user