Skip to content

Commit

Permalink
Fix atoum news tests
Browse files Browse the repository at this point in the history
  • Loading branch information
trasher committed Mar 22, 2023
1 parent bab2976 commit d379164
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Galette/IO/tests/units/News.php
Expand Up @@ -93,7 +93,7 @@ public function testLoadNews()
public function testCacheNews()
{
//will use default lang to build RSS URL
$file = GALETTE_CACHE_DIR . md5('https://galette.eu/site/fr/feed.xml') . '.cache';
$file = GALETTE_CACHE_DIR . md5('https://galette.eu/site/feed.xml') . '.cache';

//ensure file does not exists
$this->boolean(file_exists($file))->isFalse;
Expand Down

0 comments on commit d379164

Please sign in to comment.