Skip to content

Commit

Permalink
Fix firefish url in test
Browse files Browse the repository at this point in the history
  • Loading branch information
h3poteto committed Sep 30, 2024
1 parent 1a47992 commit f81e5f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/detector.rs
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ mod tests {

#[tokio::test]
async fn test_detector_firefish() {
let sns = detector("https://calckey.world").await;
let sns = detector("https://cybre.club").await;

assert!(sns.is_ok());
assert_eq!(sns.unwrap(), SNS::Firefish);
Expand Down

0 comments on commit f81e5f0

Please sign in to comment.