diff --git a/backend/.idea/workspace.xml b/backend/.idea/workspace.xml
index e60b4fc..c18727c 100644
--- a/backend/.idea/workspace.xml
+++ b/backend/.idea/workspace.xml
@@ -4,16 +4,8 @@
-
-
+
-
-
-
-
-
-
-
@@ -32,7 +24,7 @@
@@ -93,69 +85,6 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
@@ -171,6 +100,70 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -181,10 +174,10 @@
-
-
-
-
+
+
+
+
@@ -222,7 +215,7 @@
-
+
@@ -456,21 +449,14 @@
1699646291964
-
-
- 1699685656297
-
-
-
- 1699685656297
-
-
+
+
@@ -495,8 +481,7 @@
-
-
+
@@ -521,11 +506,6 @@
57
-
- file://$PROJECT_DIR$/src/test/java/core/tasks/TaskServiceTest.java
- 188
-
-
diff --git a/backend/src/test/java/core/taskgroups/TaskgroupServiceTest.java b/backend/src/test/java/core/taskgroups/TaskgroupServiceTest.java
index d9d046b..eef487c 100644
--- a/backend/src/test/java/core/taskgroups/TaskgroupServiceTest.java
+++ b/backend/src/test/java/core/taskgroups/TaskgroupServiceTest.java
@@ -25,8 +25,10 @@ import org.springframework.boot.test.context.SpringBootTest;
import org.springframework.test.context.jdbc.Sql;
import org.springframework.test.context.jdbc.SqlGroup;
import org.springframework.test.context.junit.jupiter.SpringExtension;
+import org.springframework.test.context.junit4.SpringRunner;
import javax.persistence.EntityManager;
+import javax.transaction.Transactional;
import java.util.List;
import java.util.NoSuchElementException;
import java.util.Optional;
@@ -35,6 +37,7 @@ import static org.assertj.core.api.AssertionsForClassTypes.assertThat;
import static org.junit.jupiter.api.Assertions.*;
@SpringBootTest
+@Transactional
public class TaskgroupServiceTest {
@Autowired