Skip to content

Commit 78aa711

Browse files
authored
Fix indenting
1 parent 381fde5 commit 78aa711

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

tests/ContextTypes/OrganizationTest.php

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -38,19 +38,19 @@ public function shouldHaveContactPointObject()
3838
], $context->getProperty('contactPoint'));
3939
}
4040

41-
/**
42-
* @test
43-
*/
44-
public function shouldHaveAddressArray()
45-
{
46-
$context = $this->make();
47-
48-
$this->assertEquals([
49-
'@type' => 'PostalAddress',
50-
'streetAddress' => '112 Apple St.',
51-
'addressLocality' => 'Hamden',
52-
'addressRegion' => 'CT',
53-
'postalCode' => '06514',
54-
], $context->getProperty('address'));
41+
/**
42+
* @test
43+
*/
44+
public function shouldHaveAddressArray()
45+
{
46+
$context = $this->make();
47+
48+
$this->assertEquals([
49+
'@type' => 'PostalAddress',
50+
'streetAddress' => '112 Apple St.',
51+
'addressLocality' => 'Hamden',
52+
'addressRegion' => 'CT',
53+
'postalCode' => '06514',
54+
], $context->getProperty('address'));
5555
}
5656
}

0 commit comments

Comments
 (0)