mirror of
https://github.com/Radarr/Radarr
synced 2025-02-24 15:21:28 +00:00
Fix LocalizationServiceFixture Test
This commit is contained in:
parent
f499e846d9
commit
5bab42b712
1 changed files with 1 additions and 1 deletions
|
@ -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]
|
||||
|
|
Loading…
Reference in a new issue