Skip to content

Commit 70f5fdc

Browse files
committed
Missed some more
1 parent 9d38e3f commit 70f5fdc

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

tests/Localized/GraphQLTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ public function it_queries_multisite_for_canonical_url_and_alternate_locales_in_
3535
'<meta property="og:title" content="Les Nectar of the Gods" />',
3636
'<meta property="og:description" content="The day started just like any other. Wake up at 5:30am, brush my teeth, bathe in a tub of warm milk, and trim my toenails while quietly resenting the fact that Flipper was on Nickelodeon at this hour instead of Rocko&#039;s Modern Life. That would have to wait until 5:30pm for that, and I am impatient.In truth, the day wou..." />',
3737
'<meta property="og:url" content="http://cool-runnings.com/fr/nectar" />',
38-
'<meta property="og:site_name" content="Site Name" />',
38+
'<meta property="og:site_name" content="SEO Pro" />',
3939
'<meta property="og:locale" content="fr_FR" />',
4040
'<meta property="og:locale:alternate" content="en_US" />',
4141
'<meta name="twitter:card" content="summary_large_image" />',

tests/MetaTagTest.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ public function it_generates_normalized_meta($viewType)
7070
<meta property="og:title" content="Home" />
7171
<meta property="og:description" content="I see a bad-ass mother." />
7272
<meta property="og:url" content="http://cool-runnings.com" />
73-
<meta property="og:site_name" content="Site Name" />
73+
<meta property="og:site_name" content="SEO Pro" />
7474
<meta property="og:locale" content="en_US" />
7575
<meta name="twitter:card" content="summary_large_image" />
7676
<meta name="twitter:title" content="Home" />
@@ -99,7 +99,7 @@ public function it_generates_normalized_meta_when_visiting_statamic_route_with_r
9999
<meta property="og:title" content="The View" />
100100
<meta property="og:description" content="A wonderful view!" />
101101
<meta property="og:url" content="http://cool-runnings.com/the-view" />
102-
<meta property="og:site_name" content="Site Name" />
102+
<meta property="og:site_name" content="SEO Pro" />
103103
<meta property="og:locale" content="en_US" />
104104
<meta name="twitter:card" content="summary_large_image" />
105105
<meta name="twitter:title" content="The View" />
@@ -129,7 +129,7 @@ public function it_generates_normalized_meta_when_visiting_statamic_route_with_r
129129
<meta property="og:title" content="The View" />
130130
<meta property="og:description" content="A wonderful view!" />
131131
<meta property="og:url" content="http://cool-runnings.com/the-view" />
132-
<meta property="og:site_name" content="Site Name" />
132+
<meta property="og:site_name" content="SEO Pro" />
133133
<meta property="og:locale" content="en_US" />
134134
<meta name="twitter:card" content="summary_large_image" />
135135
<meta name="twitter:title" content="The View" />

0 commit comments

Comments
 (0)