Skip to content

Commit

Permalink
Take care of PR comments
Browse files Browse the repository at this point in the history
  • Loading branch information
lijamie98 committed Nov 2, 2023
1 parent 4bd54d6 commit 34e530e
Show file tree
Hide file tree
Showing 7 changed files with 455 additions and 109 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/sub_gradle_test_and_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ jobs:
strategy:
fail-fast: false
matrix:
language: [ 'java' ]
language: [ 'java-kotlin' ]

steps:
- name: Checkout repository
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ import org.stellar.anchor.platform.TestConfig
import org.stellar.anchor.platform.callback.RestCustomerIntegration
import org.stellar.anchor.platform.callback.RestFeeIntegration
import org.stellar.anchor.platform.callback.RestRateIntegration
import org.stellar.anchor.platform.subtest.Sep12Tests.Companion.testCustomer1Json
import org.stellar.anchor.platform.subtest.Sep12Tests.Companion.testCustomer2Json
import org.stellar.anchor.util.GsonUtils

@TestInstance(TestInstance.Lifecycle.PER_CLASS)
Expand Down
Loading

0 comments on commit 34e530e

Please sign in to comment.