Skip to content

Commit

Permalink
Removed obsolete test
Browse files Browse the repository at this point in the history
  • Loading branch information
nblumhardt committed Apr 18, 2016
1 parent 459dffd commit 0bc3b21
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions test/Serilog.Tests/LoggerConfigurationTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -245,13 +245,6 @@ public void LevelSwitchTakesPrecedenceOverMinimumLevel()
Assert.Equal(1, sink.Events.Count);
}

[Fact]
public void AnUnconfiguredLoggerShouldBeTheNullLogger()
{
var actual = new LoggerConfiguration().CreateLogger();
Assert.Equal(actual.GetType().Name, "SilentLogger");
}

[Fact]
public void LastMinimumLevelConfigurationWins()
{
Expand Down

0 comments on commit 0bc3b21

Please sign in to comment.