Skip to content

Commit

Permalink
Fix news tests
Browse files Browse the repository at this point in the history
  • Loading branch information
trasher committed Mar 21, 2023
1 parent 6c7a9c2 commit ced1613
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion phpunit/Galette/IO/tests/units/News.php
Expand Up @@ -90,7 +90,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 exist
$this->assertFalse(file_exists($file));
Expand Down

0 comments on commit ced1613

Please sign in to comment.