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

Async mocking not possible #156

Closed
sebastianbuechler opened this issue Aug 18, 2023 · 1 comment
Closed

Async mocking not possible #156

sebastianbuechler opened this issue Aug 18, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@sebastianbuechler
Copy link
Collaborator

Description

I tried to have an async callback for the data callback but it's not awaited.

Steps to reproduce

  1. register an async callback, for example one that involves reading from secure storage
  2. call the mock and see that a Future is returned

Expected behavior

I would expect the Future to be awaited before it's returned. Would you agree?

@LukaGiorgadze
Copy link
Member

#157 has been merged

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants