diff --git a/tests/Feature/BillingSubscriptionApiTest.php b/tests/Feature/BillingSubscriptionApiTest.php index cd66f20f063a..54c6162ef5ff 100644 --- a/tests/Feature/BillingSubscriptionApiTest.php +++ b/tests/Feature/BillingSubscriptionApiTest.php @@ -45,7 +45,7 @@ class BillingSubscriptionApiTest extends TestCase Model::reguard(); } - public function testExpenseGet() + public function testBillingSubscriptionsGet() { $product = Product::factory()->create([ 'company_id' => $this->company->id,