Skip to content

Commit

Permalink
, thereby improving code flexibility and test coverage.
Browse files Browse the repository at this point in the history
  • Loading branch information
frankhaugen committed Jan 31, 2024
1 parent 5bda8ab commit a82c5f8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ protected override Task SetupAsync(IWebHostBuilder builder)
return Task.CompletedTask;
}

[Fact]
[Fact]
public async Task Test()
{
var service = Services.GetRequiredService<IService>();
Expand Down

0 comments on commit a82c5f8

Please sign in to comment.