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 e2ef52d commit 0fd327fCopy full SHA for 0fd327f
testing-unit-fs-mocks/Testing.fs
@@ -32,4 +32,4 @@ type Mocks() =
32
member this.CallAsync(args: MockCallArgs): Task<obj> =
33
// We don't use this method in this particular test suite.
34
// Default to returning whatever we got as input.
35
- Task.FromResult(null :> obj)
+ Task.FromResult(null)
0 commit comments