Skip to content

Commit

Permalink
PHPCBF
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianHenryIE authored and actions-user committed Sep 28, 2022
1 parent c0e60d7 commit 2aeeaa1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/Admin/class-admin-unit-Test.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ public function test_enqueue_script_on_plugins_page() {
\WP_Mock::userFunction(
'plugin_dir_url',
array(
'return' => $plugin_root_dir . '/'
'return' => $plugin_root_dir . '/',
)
);

Expand Down

0 comments on commit 2aeeaa1

Please sign in to comment.