fix: remove leading zero-width-space from comments, ensure space after links

This commit is contained in:
ThetaDev 2024-12-18 19:31:24 +01:00
parent 8cadbc1a4c
commit 162959ca45
No known key found for this signature in database
GPG key ID: E319D3C5148D65B6
3 changed files with 41 additions and 5 deletions

View file

@ -30,7 +30,7 @@ use rustypipe::validate;
#[case::desktop(ClientType::Desktop)]
#[case::tv(ClientType::Tv)]
#[case::mobile(ClientType::Mobile)]
// #[case::android(ClientType::Android)]
#[case::android(ClientType::Android)]
#[case::ios(ClientType::Ios)]
#[tokio::test]
async fn get_player_from_client(#[case] client_type: ClientType, rp: RustyPipe) {