diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..723ef36
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1 @@
+.idea
\ No newline at end of file
diff --git a/.idea/vcs.xml b/.idea/vcs.xml
new file mode 100644
index 0000000..94a25f7
--- /dev/null
+++ b/.idea/vcs.xml
@@ -0,0 +1,6 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.idea/workspace.xml b/.idea/workspace.xml
index 19fec4f..011f302 100644
--- a/.idea/workspace.xml
+++ b/.idea/workspace.xml
@@ -1,7 +1,12 @@
-
+
+
+
+
+
+
@@ -19,6 +24,9 @@
+
+
+
+
+
@@ -129,11 +139,22 @@
1568809899506
-
+
+
+
+
\ No newline at end of file
diff --git a/src/test/java/co/ao/nextbss/YoruUnitTest.java b/src/test/java/co/ao/nextbss/YoruUnitTest.java
index c976790..4914ba0 100644
--- a/src/test/java/co/ao/nextbss/YoruUnitTest.java
+++ b/src/test/java/co/ao/nextbss/YoruUnitTest.java
@@ -11,7 +11,7 @@ public class YoruUnitTest {
private String toJsonExpectation = "{\n" +
" \"x\" : 10.0,\n" +
" \"y\" : 20.0,\n" +
- " \"z\" : 30.1\n" +
+ " \"z\" : 30.0\n" +
"}";
@Test
public void toJson() {