Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
jdamner committed May 23, 2024
1 parent 8802460 commit fe29790
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions packages/editor-tools/tests/TestAssetLoader.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ class TestAssetLoader extends TestCase {
*
* @var string
*/
private $fixtures_dir = __DIR__ . '/fixtures/AssetLoader';
private $fixtures_dir = __DIR__ . '/fixtures/AssetLoader/';

/**
* Base URL
Expand All @@ -36,8 +36,6 @@ class TestAssetLoader extends TestCase {
* @return void
*/
public function testLoad(): void {
$this->assertEquals( $this->fixtures_dir, '' );

\WP_Mock::userFunction( 'get_template_directory' )
->once()
->andReturn( $this->fixtures_dir );
Expand Down

0 comments on commit fe29790

Please sign in to comment.