Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
TheTedder committed Oct 6, 2023
1 parent 2179c93 commit b4676b4
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ public class ConfirmAccountTests : IntegrationTestsBase
public void Init()
{
_scope = _factory.Services.CreateScope();

_client = _factory.WithWebHostBuilder(builder =>
{
builder.ConfigureTestServices(services =>
Expand Down Expand Up @@ -135,8 +136,8 @@ public async Task ConfirmAccount_Expired()
public async Task ConfirmAccount_AlreadyUsed()
{
_clock.Reset(Instant.FromUnixTimeSeconds(1));

ApplicationContext context = _scope.ServiceProvider.GetRequiredService<ApplicationContext>();

AccountConfirmation confirmation = new()
{
CreatedAt = Instant.FromUnixTimeSeconds(0),
Expand Down

0 comments on commit b4676b4

Please sign in to comment.