summaryrefslogtreecommitdiffstats
path: root/tests/unit/Service/Social/InstagramProviderTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/unit/Service/Social/InstagramProviderTest.php')
-rw-r--r--tests/unit/Service/Social/InstagramProviderTest.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/unit/Service/Social/InstagramProviderTest.php b/tests/unit/Service/Social/InstagramProviderTest.php
index 1cf70ceb..fc032651 100644
--- a/tests/unit/Service/Social/InstagramProviderTest.php
+++ b/tests/unit/Service/Social/InstagramProviderTest.php
@@ -58,7 +58,7 @@ class InstagramProviderTest extends TestCase {
->willReturn($this->client);
$this->provider = new InstagramProvider(
- $this->clientService, $this->logger
+ $this->clientService, $this->logger
);
}
@@ -104,10 +104,10 @@ class InstagramProviderTest extends TestCase {
];
$contactWithSocialJson = [
json_encode(
- ["graphql" => ["user" => ["profile_pic_url_hd" => "username1.jpg"]]]
+ ["graphql" => ["user" => ["profile_pic_url_hd" => "username1.jpg"]]]
),
json_encode(
- ["graphql" => ["user" => ["profile_pic_url_hd" => "username2.jpg"]]]
+ ["graphql" => ["user" => ["profile_pic_url_hd" => "username2.jpg"]]]
)
];
$contactWithSocialImgs = [