diff --git a/.idea/workspace.xml b/.idea/workspace.xml
index 3f817f5..04e69d0 100644
--- a/.idea/workspace.xml
+++ b/.idea/workspace.xml
@@ -5,28 +5,9 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
@@ -165,7 +146,7 @@
1663575347472
-
+
diff --git a/pom.xml b/pom.xml
index 6ce400a..1ee1419 100644
--- a/pom.xml
+++ b/pom.xml
@@ -34,6 +34,16 @@
osmpbf
1.5.0
+
+ junit
+ junit
+ 4.13.2
+
+
+ org.junit.jupiter
+ junit-jupiter-api
+ 5.9.0
+
\ No newline at end of file
diff --git a/src/test/java/MainTest.java b/src/test/java/MainTest.java
new file mode 100644
index 0000000..ca83c63
--- /dev/null
+++ b/src/test/java/MainTest.java
@@ -0,0 +1,14 @@
+import org.junit.jupiter.api.Assertions;
+import org.junit.jupiter.api.Test;
+
+import java.util.ArrayList;
+
+import static org.junit.jupiter.api.Assertions.*;
+
+public class MainTest {
+
+ @Test void test1(){
+
+ }
+
+}