Skip to content

Commit

Permalink
fixing test method name
Browse files Browse the repository at this point in the history
  • Loading branch information
reisraff committed Oct 8, 2018
1 parent 48bda96 commit 1a9c6cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/MailHelperTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ public function testEmailName()
);
}

public function testA()
public function testJsonSerializeOverPersonalizationsShouldNotReturnNull()
{
$objEmail = new \SendGrid\Mail\Mail();

Expand Down

0 comments on commit 1a9c6cc

Please sign in to comment.