We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 093844c commit da67f9eCopy full SHA for da67f9e
1 file changed
src/test/java/com/ost/services/v1_1/BalancesTest.java
@@ -48,7 +48,7 @@ public void setUp() throws Exception {
48
@Test
49
public void get() throws IOException, OSTAPIService.MissingParameter {
50
JsonObject response;
51
- String resultType = "balances";
+ String resultType = "balance";
52
Boolean isArrayResultType = false;
53
HashMap<String,Object> params = new HashMap<String, Object>();
54
params.put("id", fromUserId);
0 commit comments