diff --git a/backend/.idea/workspace.xml b/backend/.idea/workspace.xml
index f0e683e..66ea920 100644
--- a/backend/.idea/workspace.xml
+++ b/backend/.idea/workspace.xml
@@ -4,14 +4,8 @@
-
-
-
-
-
-
-
-
+
+
@@ -134,7 +128,7 @@
-
+
@@ -296,7 +290,15 @@
1698592265846
-
+
+
+ 1699207483922
+
+
+
+ 1699207483922
+
+
@@ -324,7 +326,8 @@
-
+
+
@@ -351,7 +354,7 @@
file://$PROJECT_DIR$/src/main/java/core/entities/User.java
- 56
+ 57
diff --git a/backend/src/test/java/core/DemoApplicationTests.java b/backend/src/test/java/core/DemoApplicationTests.java
index 0a16e57..86d252a 100644
--- a/backend/src/test/java/core/DemoApplicationTests.java
+++ b/backend/src/test/java/core/DemoApplicationTests.java
@@ -3,11 +3,11 @@ package core;
import org.junit.jupiter.api.Test;
import org.springframework.boot.test.context.SpringBootTest;
-@SpringBootTest
+/*@SpringBootTest*/
class DemoApplicationTests {
- @Test
+ /*@Test
void contextLoads() {
- }
+ }*/
}
diff --git a/backend/src/test/resources/application.properties b/backend/src/test/resources/application.properties
index fc90813..04ae4dc 100644
--- a/backend/src/test/resources/application.properties
+++ b/backend/src/test/resources/application.properties
@@ -3,5 +3,4 @@ spring.datasource.url=jdbc:h2:file:~/testdb;MODE=LEGACY
spring.h2.console.enabled=true
spring.h2.console.path=/console
spring.flyway.enabled=false
-spring.liquibase.enabled=false
-hibernate.dialect=org.hibernate.dialect.H2Dialect
\ No newline at end of file
+spring.liquibase.enabled=false
\ No newline at end of file