Skip to content

Commit

Permalink
Run @PHPUnit57 migration
Browse files Browse the repository at this point in the history
  • Loading branch information
ob-stripe committed Feb 13, 2020
1 parent 6dc9b70 commit 1a64507
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Stripe/Service/CustomerServiceTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ public function testDelete()
static::assertInstanceOf(\Stripe\Customer::class, $resource);
}

public function testDiscount()
public function testDeleteDiscount()
{
$this->expectsRequest(
'delete',
Expand Down

0 comments on commit 1a64507

Please sign in to comment.