Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How do you Verify an IAsyncEnumerable<T> ? #1489

Open
vabic opened this issue Jul 5, 2024 · 0 comments
Open

How do you Verify an IAsyncEnumerable<T> ? #1489

vabic opened this issue Jul 5, 2024 · 0 comments
Labels

Comments

@vabic
Copy link

vabic commented Jul 5, 2024

How to do this verification?

moq.Verify(client.DeleteAsync(
It.Is<IAsyncEnumerable<Guid>>( ??=> ????),
It.IsAny<CancellationToken>()
),
Times.Exactly(2)
);))

Back this issue
Back this issue

@vabic vabic added the bug label Jul 5, 2024
@kzu kzu added question and removed bug labels Jul 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants