Formatting

This commit is contained in:
Marcus Moore
2025-09-09 14:51:22 -07:00
parent 6504ee37bd
commit 6bc9a82a7a

View File

@@ -27,14 +27,12 @@ trait CustomTestMacros
}
foreach ($models as $model) {
$guardAgainstNullProperty($model, $property);
Assert::assertTrue(
collect($this['rows'])->pluck($property)->contains(e($model->{$property})),
"Response did not contain the expected value: {$model->{$property}}"
);
}
return $this;