Skip to content

Commit

Permalink
dev
Browse files Browse the repository at this point in the history
  • Loading branch information
aa24615 committed Dec 27, 2022
1 parent ff67daa commit ed4741b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/Provider/DouyinTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ public function testGetData()
{
$app = new Douyin($this->url);
$data = $app->getData();
print_r($data);

$this->assertTrue(!empty($data['url']));
$this->assertTrue(!empty($data['img']));
Expand Down

0 comments on commit ed4741b

Please sign in to comment.