feat(projects): source+name dedup on update

This commit is contained in:
Дмитрий
2026-05-21 07:35:11 +03:00
parent 5427cdc740
commit e2fb20ef05
3 changed files with 42 additions and 0 deletions
@@ -6,8 +6,10 @@ use App\Models\Project;
use App\Models\Tenant;
use App\Services\Project\ProjectService;
use Illuminate\Http\Exceptions\HttpResponseException;
use Illuminate\Support\Facades\Queue;
beforeEach(function () {
Queue::fake();
$this->tenant = Tenant::factory()->create(['balance_leads' => 100]);
});