Browse Source

fixed update test

pull/3732/head
Galip Tolga Erdem 6 years ago
parent
commit
06db56de98
  1. 2
      modules/identity/test/Volo.Abp.Identity.Domain.Tests/Volo/Abp/Identity/OrganizationUnitManager_Tests.cs

2
modules/identity/test/Volo.Abp.Identity.Domain.Tests/Volo/Abp/Identity/OrganizationUnitManager_Tests.cs

@ -45,7 +45,7 @@ namespace Volo.Abp.Identity
await _organizationUnitManager.UpdateAsync(ou);
var ouAfterChange = await _organizationUnitRepository.GetAsync("OU111 Updated");
ouAfterChange.Code.ShouldContain("123");
ouAfterChange.DisplayName.ShouldContain("OU111 Updated");
}
[Fact]

Loading…
Cancel
Save