Browse Source

test(identity): rename persistence test to match encrypted storage

pull/25316/head
maliming 2 weeks ago
parent
commit
b00a142f0e
No known key found for this signature in database GPG Key ID: A646B9CB645ECEA4
  1. 2
      modules/identity/test/Volo.Abp.Identity.AspNetCore.Tests/Volo/Abp/Identity/AspNetCore/AbpTwoFactorTokenProviderTestBase.cs

2
modules/identity/test/Volo.Abp.Identity.AspNetCore.Tests/Volo/Abp/Identity/AspNetCore/AbpTwoFactorTokenProviderTestBase.cs

@ -268,7 +268,7 @@ public abstract class AbpTwoFactorTokenProviderTestBase : AbpIdentityAspNetCoreT
}
[Fact]
public async Task Token_Hash_Should_Persist_Across_UnitOfWork_Boundaries()
public async Task Stored_Token_Data_Should_Persist_Across_UnitOfWork_Boundaries()
{
string code;

Loading…
Cancel
Save