From 36e866f637d2c7567bde07651eae3d9aea99ad8b Mon Sep 17 00:00:00 2001 From: Mikhail Trubnikov Date: Fri, 3 Jul 2026 11:36:12 +1000 Subject: [PATCH] =?UTF-8?q?fix(test):=20=D0=98=D1=81=D0=BF=D1=80=D0=B0?= =?UTF-8?q?=D0=B2=D0=BB=D0=B5=D0=BD=20using?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- PARR.Test/Worker.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PARR.Test/Worker.cs b/PARR.Test/Worker.cs index 186d6d4a..b2c82477 100644 --- a/PARR.Test/Worker.cs +++ b/PARR.Test/Worker.cs @@ -1,6 +1,6 @@ using Microsoft.EntityFrameworkCore; using PARR.Core.Common.Interfaces; -using PARR.Core.Repositories.Interfaces.Job; +using PARR.Core.Repositories.Interfaces.JobGroupRepositories; using PARR.Domain.Cache; using PARR.Domain.Entities.Base.History; using PARR.Domain.Enums;