Skip to content

Commit

Permalink
Fixed a minor build error
Browse files Browse the repository at this point in the history
  • Loading branch information
tippmar-nr committed Nov 21, 2023
1 parent 6b0f2d6 commit b6a150d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ await context.Response.WriteAsync(JsonSerializer.Serialize(subscriptions,

AppLifecycleManager.WaitForTestCompletion(_port);

ct.Cancel();
await ct.CancelAsync();

await task;
}
Expand Down

0 comments on commit b6a150d

Please sign in to comment.