Skip to content

Commit

Permalink
Update discovery service data model
Browse files Browse the repository at this point in the history
  • Loading branch information
jkouvar committed Mar 10, 2023
1 parent 8496969 commit a8b6477
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ void whenSearchJoinable_returnData() throws Exception {

final var related = match.getRelated();
assertThat(related).isNotNull();
assertThat(related.getComa()).isEqualTo(5);
assertThat(related.getComa()).isEqualTo(0.9483571);
}

@Test
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"to_id": "value 2"
},
"RELATED": {
"coma": 5
"coma": 0.9483571
},
"explanation": "value 3"
}
Expand Down

0 comments on commit a8b6477

Please sign in to comment.