Skip to content

Commit da67f9e

Browse files
author
rachinkapoor
committed
Update "balances" to "balance"
1 parent 093844c commit da67f9e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/test/java/com/ost/services/v1_1/BalancesTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ public void setUp() throws Exception {
4848
@Test
4949
public void get() throws IOException, OSTAPIService.MissingParameter {
5050
JsonObject response;
51-
String resultType = "balances";
51+
String resultType = "balance";
5252
Boolean isArrayResultType = false;
5353
HashMap<String,Object> params = new HashMap<String, Object>();
5454
params.put("id", fromUserId);

0 commit comments

Comments
 (0)