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 9a2e500 commit 7c6844fCopy full SHA for 7c6844f
tests/authoring/Framework/TestValues.fs
@@ -99,7 +99,7 @@ and MarkdownTestContext =
99
member this.Bootstrap () = backgroundTask {
100
let! ctx = Async.CancellationToken
101
let _ = this.Collector.StartAsync(ctx)
102
- do! this.Generator.GenerateAll(ctx)
+ let! _ = this.Generator.GenerateAll(ctx)
103
do! this.Collector.StopAsync(ctx)
104
105
let results =
0 commit comments