Skip to content

Commit

Permalink
Fix unit tests again.
Browse files Browse the repository at this point in the history
  • Loading branch information
spacedmonkey committed Feb 27, 2020
1 parent b807355 commit c808c73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/phpunit/unit/php/TestRouter.php
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ public function test_enqueue_scripts() {
->with(
'unsplash_selector',
'http://example.com/js/dist/selector.js',
[ 'wp-polyfill', 'media-views' ],
[ 'wp-polyfill', 'media-views', 'wp-api-request' ],
'44fc4d3ff739a64e2a7c5596a43c0b75',
true
);
Expand Down

0 comments on commit c808c73

Please sign in to comment.