Skip to content
This repository has been archived by the owner on Nov 9, 2021. It is now read-only.

Commit

Permalink
Fixed tests
Browse files Browse the repository at this point in the history
  • Loading branch information
rennokki committed Apr 6, 2021
1 parent 51c47bd commit d7cb1c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/BillingPortalTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ public function test_billing_redirect_to_portal()

$this->actingAs($user)
->get(route('billing-portal.portal'))
->assertStatus(302);
->assertStatus(409);
}
}

0 comments on commit d7cb1c7

Please sign in to comment.