File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ public function testPlainText()
13
13
]
14
14
]);
15
15
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 );
17
17
}
18
18
19
19
public function testPlainUrlMatch ()
@@ -28,7 +28,7 @@ public function testPlainUrlMatch()
28
28
]
29
29
]);
30
30
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 );
32
32
}
33
33
34
34
public function testAuthorizedImage ()
You can’t perform that action at this time.
0 commit comments