From 42d6057c84809a74f02e163c7345cbcd72729687 Mon Sep 17 00:00:00 2001 From: David Bomba Date: Fri, 12 Mar 2021 14:17:48 +1100 Subject: [PATCH] rename method in test class --- tests/Feature/BillingSubscriptionApiTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,