Skip to content

Commit

Permalink
remove assert false
Browse files Browse the repository at this point in the history
  • Loading branch information
ddboline committed Aug 18, 2024
1 parent bbd1552 commit 660aa0b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion movie_collection_lib/src/plex_events.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1123,7 +1123,6 @@ mod tests {
.try_collect()
.await?;
println!("{}", episodes.len());
assert!(false);
Ok(())
}
}

0 comments on commit 660aa0b

Please sign in to comment.