Update unit test

pull/13286/head
liangshiwei 3 years ago
parent 9be9141f40
commit 80e96ea7fc

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

Loading…
Cancel
Save