Skip to content

Commit

Permalink
Fix tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
miina committed May 10, 2018
1 parent 9cad8e6 commit 46edf1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test-class-amp-gfycat-embed-handler.php
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ public function get_conversion_data() {

'url_simple' => array(
'https://gfycat.com/gifs/detail/tautwhoppingcougar' . PHP_EOL,
'<p><amp-gfycat width="500" height="750" data-gfyid="tautwhoppingcougar" layout="responsive"></amp-gfycat></p>' . PHP_EOL,
'<p><amp-gfycat width="500" height="750" data-gfyid="tautwhoppingcougar" layout="intrinsic"></amp-gfycat></p>' . PHP_EOL,
),

);
Expand Down

0 comments on commit 46edf1e

Please sign in to comment.