rename method in test class

This commit is contained in:
David Bomba 2021-03-12 14:17:48 +11:00
parent ff2f43d8fc
commit 42d6057c84

View File

@ -45,7 +45,7 @@ class BillingSubscriptionApiTest extends TestCase
Model::reguard(); Model::reguard();
} }
public function testExpenseGet() public function testBillingSubscriptionsGet()
{ {
$product = Product::factory()->create([ $product = Product::factory()->create([
'company_id' => $this->company->id, 'company_id' => $this->company->id,