minhtrannhat ccf49ee214
feat(log): rudimentary logging
- Changed route `subscribe` into `subscriptions`
2024-05-06 00:49:17 -04:00
..
2024-04-22 17:00:55 -04:00
2024-05-06 00:49:17 -04:00

Tests

Notes

tokio spins up a new async runtime every time at the beginning of each test case and shutdown at the end of each test case the spawn_app() function therefore only survives as long as the runtime.