We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8be396 commit 743b351Copy full SHA for 743b351
1 file changed
PSql.Deploy.Tests/Internal/PrivateAssemblyLoadContextTests.cs
@@ -41,12 +41,9 @@ public void LoadUnmanagedDll_Found()
41
}
42
else
43
{
44
- Should.Throw<BadImageFormatException>(() =>
45
- {
46
- PrivateAssemblyLoadContext
47
- .Instance
48
- .SimulateLoadUnmanagedDll("Microsoft.Data.SqlClient.SNI");
49
- });
+ PrivateAssemblyLoadContext
+ .Instance
+ .SimulateLoadUnmanagedDll("Microsoft.Data.SqlClient.SNI");
50
51
52
0 commit comments