Skip to content

Commit

Permalink
remove the assert(false) to fail the test
Browse files Browse the repository at this point in the history
  • Loading branch information
shouya committed Mar 6, 2024
1 parent d496850 commit 097f23a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/js/fetch.rs
Original file line number Diff line number Diff line change
Expand Up @@ -157,8 +157,6 @@ mod tests {

let _feed = fetch_endpoint(config, "").await;

assert!(false);

Ok(())
}
}

0 comments on commit 097f23a

Please sign in to comment.