test: add timeago_table
This commit is contained in:
parent
2bba9064fc
commit
cc63477406
4 changed files with 88 additions and 72 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Reference in a new issue