From 0b2ff24cac262afd7ed710bfd391c72b10f8a67b Mon Sep 17 00:00:00 2001 From: Ben Bjurstrom Date: Fri, 22 Nov 2024 21:04:31 -0800 Subject: [PATCH] Update ManagerTest.php --- tests/Pest/ManagerTest.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/Pest/ManagerTest.php b/tests/Pest/ManagerTest.php index 7b8dc3c..b041438 100644 --- a/tests/Pest/ManagerTest.php +++ b/tests/Pest/ManagerTest.php @@ -124,8 +124,8 @@ test('canonical url accepts origin', function () { seo()->withUrl('https://foo.com'); expect(meta()) - ->toContain('') - ->toContain(''); + ->toContain('') + ->toContain(''); }); test('canonical url can be changed', function () {