Skip to content

Commit

Permalink
remove assert!(false) for failing 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 242e85c
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 242e85c

Please sign in to comment.