get_received returns empty on second test case #1593
Unanswered
blackfly19
asked this question in
Q&A
Replies: 3 comments
-
I can't really tell you. My guess is that it is something caused by your application. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thank you for your prompt response. I solved the problem by removing the |
Beta Was this translation helpful? Give feedback.
0 replies
-
Probably because some state saved somewhere in your application is not reset when you create a new application. |
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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Your question
I was unittesting my application. I wrote three tests. When I run the tests the first one works fine but in the second and third the get_received function returns an empty list.
Here is my code:
Logs
These are the logs.
Beta Was this translation helpful? Give feedback.
All reactions