Skip to content

Commit b5d077f

Browse files
cmeerensmoothdeveloper
authored andcommitted
Attempt to fix test
1 parent ed6ca86 commit b5d077f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/SqlClient.Tests/ProgrammabilityTests.fs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ let FunctionWithParamOfValueTypeWithNullDefault() =
164164
[<Fact>]
165165
let SpWithParamOfRefTypeWithNullDefault() =
166166
use echo = new AdventureWorks.dbo.Echo()
167-
Assert.Equal( Some (Some (box "Empty")), echo.ExecuteSingle(None))
167+
Assert.Equal( Some (Some (box "Empty")), echo.ExecuteSingle())
168168

169169
Assert.Equal( Some(Some (box 42)), echo.ExecuteSingle 42)
170170

0 commit comments

Comments
 (0)