Skip to content

Commit 7c6844f

Browse files
committed
Fix tests
1 parent 9a2e500 commit 7c6844f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/authoring/Framework/TestValues.fs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ and MarkdownTestContext =
9999
member this.Bootstrap () = backgroundTask {
100100
let! ctx = Async.CancellationToken
101101
let _ = this.Collector.StartAsync(ctx)
102-
do! this.Generator.GenerateAll(ctx)
102+
let! _ = this.Generator.GenerateAll(ctx)
103103
do! this.Collector.StopAsync(ctx)
104104

105105
let results =

0 commit comments

Comments
 (0)