Browse Source

Update Localization_Tests.cs

pull/10716/head
maliming 4 years ago
parent
commit
f13494f60e
No known key found for this signature in database GPG Key ID: 96224957E51C89E
  1. 7
      modules/identity/test/Volo.Abp.Identity.Domain.Tests/Volo/Abp/Identity/Localization_Tests.cs

7
modules/identity/test/Volo.Abp.Identity.Domain.Tests/Volo/Abp/Identity/Localization_Tests.cs

@ -21,11 +21,8 @@ public class Localization_Tests : AbpIdentityDomainTestBase
{
using (CultureHelper.Use("en"))
{
using (CultureHelper.Use("en"))
{
_stringLocalizer["PersonalSettingsSavedMessage"].Value
.ShouldBe("Your personal settings has been saved successfully.");
}
_stringLocalizer["PersonalSettingsSavedMessage"].Value
.ShouldBe("Your personal settings has been saved successfully.");
}
}
}

Loading…
Cancel
Save