fix: remove leading zero-width-space from comments, ensure space after links
This commit is contained in:
parent
8cadbc1a4c
commit
162959ca45
3 changed files with 41 additions and 5 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Reference in a new issue