Skip to content

Commit

Permalink
Merge pull request #142 from AegirLeet/fix-test-class-name
Browse files Browse the repository at this point in the history
Rename test class to match file name
  • Loading branch information
JeremyDunn authored Aug 19, 2020
2 parents 0ad1fec + e4f463e commit efe60e1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
use FedEx\ValidationAvailabilityAndCommitmentService\ComplexType\ServiceAvailabilityRequest;
use FedEx\ValidationAvailabilityAndCommitmentService\Request;

class ValidationAvailabilityAndCommitmentService extends TestCase
class ValidationAvailabilityAndCommitmentServiceTest extends TestCase
{
public function testServiceAvailabilityRequest()
{
Expand Down

0 comments on commit efe60e1

Please sign in to comment.