We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25b7544 commit adf1543Copy full SHA for adf1543
test/Serilog.Sinks.MSSqlServer.Tests/Sinks/MSSqlServer/Platform/SqlConnectionFactoryTests.cs
@@ -21,7 +21,7 @@ public SqlConnectionFactoryTests()
21
[Fact]
22
public void IntializeThrowsIfSqlConnectionStringBuilderWrapperIsNull()
23
{
24
- Assert.Throws<ArgumentNullException>(() => new SqlConnectionFactory(null));
+ Assert.Throws<ArgumentNullException>(() => new SqlConnectionFactory((ISqlConnectionStringBuilderWrapper)null));
25
}
26
27
0 commit comments