Skip to content

Commit f1c6b1d

Browse files
egilCopilot
andauthored
Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent ab7d47a commit f1c6b1d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Egil.Orleans.Testing/src/Egil.Orleans.Testing/GrainActivityCollector.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ public sealed class GrainActivityCollector : IGrainActivityWaiter
3535
private Queue<StorageOperation> recentStorageOperations = new();
3636
private Queue<IIncomingGrainCallContext> recentGrainCalls = new();
3737

38-
/// <inheritdoc cref="IGrainActivityWaiter.WaitForAssertionAsync{TResult}(Func{ValueTask{TResult}}, Predicate{GrainActivity}?, TimeSpan?, CancellationToken)"/>
38+
/// <inheritdoc cref="IGrainActivityWaiter.WaitForAssertionAsync{TResult}"/>
3939
[StackTraceHidden]
4040
public Task<TResult> WaitForAssertionAsync<TResult>(
4141
Func<ValueTask<TResult>> assertion,

0 commit comments

Comments
 (0)