Browse Source

Update ClientRepository_Tests.cs

pull/4921/head
lyon.han 6 years ago
committed by GitHub
parent
commit
08368c91d5
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      modules/identityserver/test/Volo.Abp.IdentityServer.TestBase/Volo/Abp/IdentityServer/ClientRepository_Tests.cs

4
modules/identityserver/test/Volo.Abp.IdentityServer.TestBase/Volo/Abp/IdentityServer/ClientRepository_Tests.cs

@ -19,9 +19,9 @@ namespace Volo.Abp.IdentityServer
}
[Fact]
public async Task FindByCliendIdAsync()
public async Task FindByClientIdAsync()
{
(await clientRepository.FindByCliendIdAsync("ClientId2")).ShouldNotBeNull();
(await clientRepository.FindByClientIdAsync("ClientId2")).ShouldNotBeNull();
}
[Fact]

Loading…
Cancel
Save