Skip to content

Commit

Permalink
feat: renamed LoggingOptionTests to SerilogTests
Browse files Browse the repository at this point in the history
  • Loading branch information
spasal committed Jan 12, 2022
1 parent 891ebc6 commit a716271
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@ namespace Arcus.Templates.Tests.Integration.AzureFunctions.Http.Logging
{
[Collection(TestCollections.Integration)]
[Trait("Category", TestTraits.Integration)]
public class LoggingOptionTests
public class SerilogTests
{
private readonly TestConfig _configuration;
private readonly ITestOutputHelper _outputWriter;

/// <summary>
/// Initializes a new instance of the <see cref="LoggingOptionTests"/> class.
/// Initializes a new instance of the <see cref="SerilogTests"/> class.
/// </summary>
public LoggingOptionTests(ITestOutputHelper outputWriter)
public SerilogTests(ITestOutputHelper outputWriter)
{
_outputWriter = outputWriter;
_configuration = TestConfig.Create();
Expand Down

0 comments on commit a716271

Please sign in to comment.