Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
amaury1093 committed Nov 25, 2024
1 parent 46aaeee commit 114db1e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions backend/src/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -414,7 +414,6 @@ pub async fn load_config() -> Result<BackendConfig, anyhow::Error> {
mod test {
#[tokio::test]
async fn test_load_config() {
let cfg = super::load_config().await;
assert!(cfg.is_ok());
super::load_config().await.unwrap();
}
}

0 comments on commit 114db1e

Please sign in to comment.