Skip to content

Commit

Permalink
Update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jreklund committed Feb 25, 2024
1 parent d28d11f commit 1cc009a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/TitleTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -1665,7 +1665,7 @@ public function testProdCompany()
$prodCompany = $imdb->prodCompany();
$this->assertEquals('Warner Bros.', $prodCompany[0]['name']);
$this->stringStartsWith('https://www.imdb.com/company/co0002663')->evaluate($prodCompany[0]['url']);
$this->assertEquals('(presentation)', $prodCompany[0]['notes']);
$this->assertEquals('(A Warner Bros. Presentation)', $prodCompany[0]['notes']);
}

public function testDistCompany()
Expand Down

0 comments on commit 1cc009a

Please sign in to comment.