Skip to content

Commit 991b8e3

Browse files
committed
fix: cleanup after set test result
1 parent 516874b commit 991b8e3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Editor/Services/TestRunnerService.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,7 @@ public void RunFinished(ITestResultAdaptor result)
180180

181181
var summary = BuildResultJson(_results, result);
182182
_tcs?.TrySetResult(summary);
183+
_tcs = null;
183184
}
184185

185186
#endregion

0 commit comments

Comments
 (0)