Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
trasher committed Mar 21, 2023
1 parent 8322fe5 commit e414c4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Galette/Core/tests/units/I18n.php
Expand Up @@ -114,7 +114,7 @@ public function testAutoLang()
$this->i18n = new \Galette\Core\I18n();

$this->variable($this->i18n->getID())
->isIdenticalTo('fr_FR');
->isIdenticalTo(\Galette\Core\I18n::DEFAULT_LANG);
}

/**
Expand Down

0 comments on commit e414c4d

Please sign in to comment.