1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-08-18 16:29:41 +02:00

Fix LocalizationServiceFixture Test

This commit is contained in:
Qstick 2020-12-27 21:56:25 -05:00 committed by GitHub
parent f499e846d9
commit 5bab42b712
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -46,7 +46,7 @@ public void should_get_string_in_default_dictionary_if_no_lang_exists_and_string
localizedString.Should().Be("Backup Now");
ExceptionVerification.ExpectedErrors(2);
ExceptionVerification.ExpectedErrors(1);
}
[Test]