Skip to content

Commit b535228

Browse files
committed
fix: meta links assertion
1 parent f68b61c commit b535228

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Testing/InteractsWithResources.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -459,7 +459,7 @@ protected function buildMetaLink(?string $url, $label, bool $active): array
459459
{
460460
return [
461461
'url' => $url,
462-
'label' => $label,
462+
'label' => (string) $label,
463463
'active' => $active
464464
];
465465
}

0 commit comments

Comments
 (0)