Skip to content

Commit

Permalink
fix cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
caendesilva committed Aug 20, 2024
1 parent 398a21d commit d091765
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ public static function tearDownAfterClass(): void
unlink('_media/logo.png');
unlink('_media/image.jpg');

DynamicMarkdownLinkProcessor::resetAssetMapCache();

parent::tearDownAfterClass();
}

Expand Down

0 comments on commit d091765

Please sign in to comment.