Skip to content

Commit

Permalink
Fix style
Browse files Browse the repository at this point in the history
  • Loading branch information
edulazaro committed Sep 19, 2023
1 parent 01743d8 commit e08eda1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/Feature/SubscriptionsTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ public static function setUpBeforeClass(): void
'currency_options' => [
'eur' => [
'unit_amount' => 900,
]
],
],
'recurring' => [
'interval' => 'month',
Expand Down Expand Up @@ -213,7 +213,7 @@ public function test_subscriptions_can_be_created()
public function test_subscriptions_can_be_created_with_existing_currency_option()
{
$user = $this->createCustomer('subscriptions_can_be_created_with_existing_currency_option');

// Create Subscription
$user->newSubscription('main', static::$currencyOptionPriceId)
->withCurrency('EUR')
Expand Down

0 comments on commit e08eda1

Please sign in to comment.