1
0
Fork 0
mirror of https://github.com/Radarr/Radarr synced 2025-02-24 15:21:28 +00: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]