Browse Source

Update unit test

pull/13286/head
liangshiwei 4 years ago
parent
commit
80e96ea7fc
  1. 2
      modules/identityserver/test/Volo.Abp.IdentityServer.Domain.Tests/Volo/Abp/IdentityServer/Clients/IdentityResourceStore_Tests.cs

2
modules/identityserver/test/Volo.Abp.IdentityServer.Domain.Tests/Volo/Abp/IdentityServer/Clients/IdentityResourceStore_Tests.cs

@ -53,7 +53,7 @@ public class IdentityResourceStore_Tests : AbpIdentityServerTestBase
//Assert //Assert
apiResources.ShouldNotBe(null); apiResources.ShouldNotBe(null);
apiResources[0].Scopes.Count.ShouldBe(3); apiResources[0].Scopes.Count.ShouldBe(4);
} }
[Fact] [Fact]

Loading…
Cancel
Save