rename method in test class
This commit is contained in:
parent
ff2f43d8fc
commit
42d6057c84
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue