Skip to content

Commit

Permalink
Fix incorrect plugin path
Browse files Browse the repository at this point in the history
Signed-off-by: Shyamsundar Gadde <[email protected]>
  • Loading branch information
ShyamGadde committed Jan 28, 2025
1 parent c29d670 commit 6d26270
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/embed-optimizer/tests/bootstrap.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
*/

// Require the suggested plugin.
require_once TESTS_REPO_ROOT_DIR . '/optimization-detective/load.php';
require_once TESTS_REPO_ROOT_DIR . '/plugins/optimization-detective/load.php';

// Load the test helpers.
require_once TESTS_REPO_ROOT_DIR . '/plugins/optimization-detective/tests/class-optimization-detective-test-helpers.php';

0 comments on commit 6d26270

Please sign in to comment.