Fixed test to use nb-NO

Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
snipe 2024-07-23 18:22:13 +01:00
parent fecd877e8b
commit effd2bce24

View file

@ -34,7 +34,7 @@ class SnipeTranslatorTest extends TestCase
{ {
$this->assertEquals( $this->assertEquals(
'Ingen sikkerhetskopier ble gjort ennå', 'Ingen sikkerhetskopier ble gjort ennå',
trans('backup::notifications.no_backups_info',[],'no-NO'), trans('backup::notifications.no_backups_info',[],'nb-NO'),
"Norwegian 'no backups info' message should be here" "Norwegian 'no backups info' message should be here"
); );
} }