You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Drogon test framework is an asynchronous test framework. Therefore, if there are multiple tests, it's possible they run in the same time. In this case, different test cases would not be independent to each other.
We need to make the test being executed synchronously.
The text was updated successfully, but these errors were encountered:
Drogon test framework is an asynchronous test framework. Therefore, if there are multiple tests, it's possible they run in the same time. In this case, different test cases would not be independent to each other.
We need to make the test being executed synchronously.
The text was updated successfully, but these errors were encountered: