Skip to content

Commit

Permalink
Merge 3f2c4e9 into 7bc0d07
Browse files Browse the repository at this point in the history
  • Loading branch information
sahalsaad committed Dec 18, 2018
2 parents 7bc0d07 + 3f2c4e9 commit 6428968
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Integration/Service/AvatarServiceIntegrationTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ public function testJansGravatar() {
public function testGithubFavicon() {
$avatar = $this->service->getAvatar('no-reply@github.com', 'jane');
$this->assertNotNull($avatar);
$this->assertEquals('https://assets-cdn.github.com/favicon.ico', $avatar->getUrl());
$this->assertEquals('https://github.githubassets.com/favicon.ico', $avatar->getUrl());
$image = $this->service->getAvatarImage('no-reply@github.com', 'jane');
$this->assertNotNull($image);
}
Expand Down

0 comments on commit 6428968

Please sign in to comment.