Skip to content
This repository has been archived by the owner on Apr 17, 2019. It is now read-only.

Commit

Permalink
Fixed Java bindings (#1569)
Browse files Browse the repository at this point in the history
Signed-off-by: Akvinikym <anarant12@gmail.com>
  • Loading branch information
Akvinikym authored and l4l committed Jul 25, 2018
1 parent 24a0afe commit c54541f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/module/shared_model/bindings/QueryTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -548,7 +548,7 @@ void getAccountDetailWithInvalidDomain() {

@Test
void getAccountDetailWithNoArgs() {
UnsignedQuery query = base().getAccountDetail();
UnsignedQuery query = base().getAccountDetail().build();
assertTrue(checkProtoQuery(proto(query)));
}
}

0 comments on commit c54541f

Please sign in to comment.