1
0
Fork 0
mirror of https://gitlab.com/news-flash/article_scraper.git synced 2025-07-08 08:30:00 +02:00

whitespace fixes

This commit is contained in:
Jan Lukas Gernert 2023-03-24 08:02:08 +01:00
parent 2217c3c71a
commit b541cd73f8
46 changed files with 3808 additions and 2111 deletions

View file

@ -8,7 +8,10 @@ use crate::{
async fn run_test(name: &str) {
libxml::tree::node::set_node_rc_guard(10);
let _ = env_logger::builder().is_test(true).try_init();
let _ = env_logger::builder()
.filter_level(log::LevelFilter::Debug)
.is_test(true)
.try_init();
let empty_config = ConfigEntry::default();
@ -170,7 +173,7 @@ async fn dropbox_blog() {
}
#[tokio::test]
async fn ebbb_org() {
async fn ebb_org() {
run_test("ebb-org").await
}