Skip to content

Commit e07ce8e

Browse files
committed
Fixed namespace of unit test
1 parent c8d98bd commit e07ce8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Serilog.Sinks.MSSqlServer.Tests/Sinks/MSSqlServer/Output/AdditionalColumnDataGeneratorTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
using Serilog.Sinks.MSSqlServer.Tests.TestUtils;
99
using Xunit;
1010

11-
namespace Serilog.Tests.Output
11+
namespace Serilog.Sinks.MSSqlServer.Tests.Output
1212
{
1313
[Trait(TestCategory.TraitName, TestCategory.Unit)]
1414
public class AdditionalColumnDataGeneratorTests

0 commit comments

Comments
 (0)