Skip to content

Commit

Permalink
remove test
Browse files Browse the repository at this point in the history
  • Loading branch information
amaury1093 committed Nov 25, 2024
1 parent 114db1e commit 8a4d214
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions backend/src/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -409,11 +409,3 @@ pub async fn load_config() -> Result<BackendConfig, anyhow::Error> {

Ok(cfg)
}

#[cfg(test)]
mod test {
#[tokio::test]
async fn test_load_config() {
super::load_config().await.unwrap();
}
}

0 comments on commit 8a4d214

Please sign in to comment.