export contact test updated
This commit is contained in:
@ -135,7 +135,7 @@ class CustomersTest extends FeatureTestCase
|
||||
public function testItShouldExportCustomers()
|
||||
{
|
||||
Contact::factory()->customer()->count(5)->create();
|
||||
$count = Contact::count();
|
||||
$count = Contact::customer()->count();
|
||||
|
||||
\Excel::fake();
|
||||
|
||||
|
Reference in New Issue
Block a user