File tree Expand file tree Collapse file tree 3 files changed +5
-6
lines changed
increase-java-core/src/test/kotlin/com/increase/api Expand file tree Collapse file tree 3 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 11configured_endpoints : 201
2- openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-9f22ab139c225a56bc829befa825a81eb1f2bc1af4b1a934b6f8888d4e422a58 .yml
2+ openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-d0f9cb729e759d76c6e2853df124642232778711c74086512185cd65ab17f5e6 .yml
Original file line number Diff line number Diff line change @@ -10,20 +10,19 @@ class CheckDepositRetrieveParamsTest {
1010 @Test
1111 fun createCheckDepositRetrieveParams () {
1212 CheckDepositRetrieveParams .builder()
13- .checkDepositId(" check_deposit_instruction_q2shv7x9qhevfm71kor8 " )
13+ .checkDepositId(" check_deposit_f06n9gpg7sxn8t19lfc1 " )
1414 .build()
1515 }
1616
1717 @Test
1818 fun getPathParam () {
1919 val params =
2020 CheckDepositRetrieveParams .builder()
21- .checkDepositId(" check_deposit_instruction_q2shv7x9qhevfm71kor8 " )
21+ .checkDepositId(" check_deposit_f06n9gpg7sxn8t19lfc1 " )
2222 .build()
2323 assertThat(params).isNotNull
2424 // path param "checkDepositId"
25- assertThat(params.getPathParam(0 ))
26- .isEqualTo(" check_deposit_instruction_q2shv7x9qhevfm71kor8" )
25+ assertThat(params.getPathParam(0 )).isEqualTo(" check_deposit_f06n9gpg7sxn8t19lfc1" )
2726 // out-of-bound path param
2827 assertThat(params.getPathParam(1 )).isEqualTo(" " )
2928 }
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ class CheckDepositServiceTest {
4646 val checkDeposit =
4747 checkDepositService.retrieve(
4848 CheckDepositRetrieveParams .builder()
49- .checkDepositId(" check_deposit_instruction_q2shv7x9qhevfm71kor8 " )
49+ .checkDepositId(" check_deposit_f06n9gpg7sxn8t19lfc1 " )
5050 .build()
5151 )
5252 println (checkDeposit)
You can’t perform that action at this time.
0 commit comments