Skip to content

Commit

Permalink
Code checkstyle
Browse files Browse the repository at this point in the history
  • Loading branch information
webeweb committed May 28, 2024
1 parent ad0e88b commit 20aea22
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/Provider/ApiProviderTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,6 @@ public function testSearchImages(): void {

$this->assertInstanceOf(SearchImagesResponse::class, $res);
} catch (Throwable $ex) {

$this->assertInstanceOf(ProviderException::class, $ex);
}
}
Expand Down Expand Up @@ -134,7 +133,6 @@ public function testSearchVideos(): void {

$this->assertInstanceOf(SearchVideosResponse::class, $res);
} catch (Throwable $ex) {

$this->assertInstanceOf(ProviderException::class, $ex);
}
}
Expand Down

0 comments on commit 20aea22

Please sign in to comment.