Skip to content

Commit

Permalink
chore: add more test
Browse files Browse the repository at this point in the history
  • Loading branch information
ging-dev committed Oct 4, 2023
1 parent d66972a commit c23b122
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/GetVideoTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,5 @@
expect($video->get('https://www.tiktok.com/@tiin.vn/video/7106079259537591554?is_copy_url=1&is_from_webapp=v1'))->toBeString();
$video->setDriver(new FacebookDriver());
expect($video->get('https://www.facebook.com/watch/?v=343380744781609'))->toBeString();
expect($video->get('https://www.facebook.com/watch/?v=343380744781601'))->toBeFalse();
});

0 comments on commit c23b122

Please sign in to comment.