File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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 ()
You can’t perform that action at this time.
0 commit comments