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 e08eda1 commit 6623ee4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 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 @@ -237,7 +237,6 @@ public function test_subscriptions_cannot_be_created_with_unexistent_currency_op
$user->newSubscription('main', static::$currencyOptionPriceId)
->withCurrency('SEK')
->create('pm_card_visa');

} catch (Exception $e) {
$this->assertFalse($user->subscribed('main'));
$this->assertFalse($user->subscribedToProduct(static::$productId, 'main'));
Expand Down

0 comments on commit 6623ee4

Please sign in to comment.