Skip to content

Commit 2eefcb1

Browse files
committed
Updated tests
1 parent 31569b9 commit 2eefcb1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/ImagesBlacklistTest.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ public function testPlainText()
1313
]
1414
]);
1515

16-
$this->assertEquals('https://assets-cdn.github.com/assets/spinners/octocat-spinner-32-e513294efa576953719e4e2de888dd9cf929b7d62ed8d05f25e731d02452ab6c.gif', $info->image);
16+
$this->assertEquals('https://assets-cdn.github.com/images/spinners/octocat-spinner-32.gif', $info->image);
1717
}
1818

1919
public function testPlainUrlMatch()
@@ -28,7 +28,7 @@ public function testPlainUrlMatch()
2828
]
2929
]);
3030

31-
$this->assertEquals('https://assets-cdn.github.com/assets/spinners/octocat-spinner-32-e513294efa576953719e4e2de888dd9cf929b7d62ed8d05f25e731d02452ab6c.gif', $info->image);
31+
$this->assertEquals('https://assets-cdn.github.com/images/spinners/octocat-spinner-32.gif', $info->image);
3232
}
3333

3434
public function testAuthorizedImage()

0 commit comments

Comments
 (0)