Skip to content

Commit

Permalink
fixed test
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexJuca committed Sep 18, 2019
1 parent c5bac82 commit ae966b3
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 3 deletions.
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 ae966b3

Please sign in to comment.