Add missing semicolon

This commit is contained in:
Luke Parker 2023-01-31 08:15:00 -05:00
parent a3267034b6
commit 86ad947261
No known key found for this signature in database

View file

@ -110,7 +110,7 @@ macro_rules! serai_test {
tokio::time::sleep(Duration::from_secs(1)).await;
}
// TODO: https://github.com/serai-dex/serai/247
tokio::time::sleep(Duration::from_secs(5)).await
tokio::time::sleep(Duration::from_secs(5)).await;
command
};