export contact test updated

This commit is contained in:
Cihan Şentürk
2022-11-01 13:10:08 +03:00
committed by GitHub
parent 0608243cef
commit e9a122ccf7
2 changed files with 3 additions and 3 deletions

View File

@ -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();