Fix Localization test after translation changes

This commit is contained in:
Stevie Robinson 2023-10-27 15:53:05 +02:00 committed by GitHub
parent 5d90d68bf7
commit 99b34c2065
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ namespace NzbDrone.Core.Test.Localization
var localizedString = Subject.GetLocalizedString("UiLanguage");
localizedString.Should().Be("UI Langue");
localizedString.Should().Be("Langue de l'interface utilisateur");
ExceptionVerification.ExpectedErrors(1);
}