Skip to content

Commit

Permalink
Merge pull request #2 from nextbss/aj-unit-test-fix
Browse files Browse the repository at this point in the history
Aj unit test fix
  • Loading branch information
AlexJuca authored Sep 18, 2019
2 parents 6e595b4 + ae966b3 commit 6bf1380
Show file tree
Hide file tree
Showing 4 changed files with 31 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.idea
6 changes: 6 additions & 0 deletions .idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

25 changes: 23 additions & 2 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/test/java/co/ao/nextbss/YoruUnitTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down

0 comments on commit 6bf1380

Please sign in to comment.