note about async client test runner

master
Devin R 2020-04-06 21:01:48 -04:00
parent 9ffe7cca10
commit f635fbe0cf
1 changed files with 1 additions and 1 deletions

View File

@ -803,7 +803,7 @@ mod test {
use std::convert::TryFrom;
#[tokio::test]
async fn room_events() {
async fn client_runner() { // TODO make this actually test something
async_assert!{
async fn test_room_users<'a>(cli: &'a AsyncClient) -> Result<(), String> {