Replies: 2 comments
-
Could you please include a minimal reproducible code example that I can copy/paste and run? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Fixed in 5.0, also |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am using memory backend for my tests.
When the test suite ends, I am calling cache.close() and I can see that its calling .cancel on the async task but its still bubbling up and causing a test to fail. Is there something I need to be doing to handle this?
Beta Was this translation helpful? Give feedback.
All reactions