Skip to content

Commit

Permalink
Code checkstyle
Browse files Browse the repository at this point in the history
  • Loading branch information
webeweb committed May 2, 2022
1 parent bbf4fbc commit e23a179
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Model/ChannelTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -85,9 +85,9 @@ public function test__construct(): void {

$obj = new Channel();

$this->assertNull($obj->getId());
$this->assertEquals([], $obj->getDisplayNames());
$this->assertEquals([], $obj->getIcons());
$this->assertNull($obj->getId());
$this->assertEquals([], $obj->getProgrammes());
$this->assertEquals([], $obj->getUrls());
}
Expand Down

0 comments on commit e23a179

Please sign in to comment.