Merge branch 'main' into i5-add-tests
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/pr/woodpecker Pipeline was successful

This commit is contained in:
Paul Campbell 2023-07-25 17:03:01 +01:00 committed by Paul Campbell
commit 9087482672

View file

@ -25,8 +25,6 @@ mod tests {
#[test]
fn finds_rss_url() -> Result<()> {
// TODO: need to inject wrapper for reqwest::blocking::get
//
// todo!();
Ok(())
}
}