actingAs(User::factory()->superuser()->create()) ->get(route('companies.show', Company::factory()->create())) ->assertOk(); } }