Skip to content

Commit 6f43751

Browse files
committed
Remove matching test
1 parent a1ba60e commit 6f43751

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

test/Serilog.Sinks.File.Tests/RollingFileSinkTests.cs

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
using System.IO;
44
using System.IO.Compression;
55
using System.Linq;
6-
using System.Reflection;
76
using Xunit;
87
using Serilog.Events;
98
using Serilog.Sinks.File.Tests.Support;
@@ -128,7 +127,7 @@ public void WhenRetentionCountAndTimeIsSetOldFilesAreDeletedByCount()
128127
Assert.True(System.IO.File.Exists(files[2]));
129128
});
130129
}
131-
130+
132131
[Fact]
133132
public void WhenRetentionCountAndArchivingHookIsSetOldFilesAreCopiedAndOriginalDeleted()
134133
{
@@ -261,13 +260,6 @@ public void IfTheLogFolderDoesNotExistItWillBeCreated()
261260
}
262261
}
263262

264-
[Fact]
265-
public void AssemblyVersionIsFixedAt200()
266-
{
267-
var assembly = typeof(FileLoggerConfigurationExtensions).GetTypeInfo().Assembly;
268-
Assert.Equal("2.0.0.0", assembly.GetName().Version.ToString(4));
269-
}
270-
271263
static void TestRollingEventSequence(params LogEvent[] events)
272264
{
273265
TestRollingEventSequence(

0 commit comments

Comments
 (0)