1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2024-12-12 11:15:43 +02:00

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

View File

@ -36,7 +36,7 @@ public void should_get_string_in_french()
var localizedString = Subject.GetLocalizedString("UiLanguage");
localizedString.Should().Be("UI Langue");
localizedString.Should().Be("Langue de l'interface utilisateur");
ExceptionVerification.ExpectedErrors(1);
}