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 ed6ca86 commit b5d077fCopy full SHA for b5d077f
tests/SqlClient.Tests/ProgrammabilityTests.fs
@@ -164,7 +164,7 @@ let FunctionWithParamOfValueTypeWithNullDefault() =
164
[<Fact>]
165
let SpWithParamOfRefTypeWithNullDefault() =
166
use echo = new AdventureWorks.dbo.Echo()
167
- Assert.Equal( Some (Some (box "Empty")), echo.ExecuteSingle(None))
+ Assert.Equal( Some (Some (box "Empty")), echo.ExecuteSingle())
168
169
Assert.Equal( Some(Some (box 42)), echo.ExecuteSingle 42)
170
0 commit comments