test: add timeago_table

This commit is contained in:
ThetaDev 2022-09-04 14:56:45 +02:00
parent 2bba9064fc
commit cc63477406
4 changed files with 88 additions and 72 deletions

View file

@ -140,7 +140,8 @@ struct LanguageCountryCommand {
hl: String,
}
#[test_log::test(tokio::test)]
// #[test_log::test(tokio::test)]
#[allow(dead_code)]
async fn generate_locales() {
let (languages, countries) = get_locales().await;