Skip to content

Commit

Permalink
fixed test case typo
Browse files Browse the repository at this point in the history
  • Loading branch information
vishal-sancheti committed Jul 14, 2017
1 parent 64bc336 commit 9404b2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/YoutubeTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ public function testInvalidApiKey()
$this->youtube->getVideoInfo($vID);
}

public function testGetCategoriesInfo()
public function testGetCategories()
{
$region = 'US';
$response = $this->youtube->getCategories($region);
Expand Down

0 comments on commit 9404b2c

Please sign in to comment.