Skip to content

Commit

Permalink
add deleteEmoji test.
Browse files Browse the repository at this point in the history
  • Loading branch information
polidog committed Jan 28, 2018
1 parent 382f8ed commit 1e7f858
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/ApiTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,7 @@ public function testCreateEmoji()
])->shouldHaveBeenCalled();
}

public function deleteEmoji()
public function testDeleteEmoji()
{
$api = $this->getApiObject();
$api->deleteEmoji('code');
Expand Down

0 comments on commit 1e7f858

Please sign in to comment.