Skip to content

Commit 37485a9

Browse files
committed
Fix lint error
1 parent c42dc9b commit 37485a9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/BigCommerceLegacyApi/Api/StoreInformation/StoreInformationApiTest.php

+2-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ public function testCanGetStoreInformation(): void
2222
$this->assertEquals('BigCommerce', $information->name);
2323
$this->assertEquals('my-awesome.store', $information->domain);
2424
$this->assertEquals(
25-
'https://cdn8.bigcommerce.com/s-{store_hash}/product_images/screen_shot_2018-05-15_at_12.22.26_pm__05547_1529512135.png',
25+
'https://cdn8.bigcommerce.com/s-{store_hash}/product_images/'
26+
. 'screen_shot_2018-05-15_at_12.22.26_pm__05547_1529512135.png',
2627
$information->logo->url
2728
);
2829
}

0 commit comments

Comments
 (0)