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 () {