Skip to content
This repository has been archived by the owner on Jul 23, 2024. It is now read-only.

Commit

Permalink
fix: java sdk tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Sotatek-TanHoang committed Jun 10, 2024
1 parent 631dba0 commit f45a1cc
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 6 deletions.
3 changes: 1 addition & 2 deletions web3rpc/rpc-specs/paths/klay/miscellaneous/getBlsInfos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,7 @@ paths:
params:
type: array
items:
anyOf:
- $ref: "../../../components/schemas/common/Common.yaml#/components/schemas/BlockNumberOrTag"
$ref: "../../../components/schemas/common/Common.yaml#/components/schemas/BlockNumberOrTag"
example: [
"latest"
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,7 @@ paths:
params:
type: array
items:
anyOf:
- $ref: "../../../components/schemas/common/Common.yaml#/components/schemas/BlockNumberOrTag"
$ref: "../../../components/schemas/common/Common.yaml#/components/schemas/BlockNumberOrTag"
example: [
"latest"
]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package opensdk.sdk.apis.net;
package opensdk.sdk.apis.mainbridge;

import opensdk.sdk.apis.constant.UrlConstants;
import org.junit.jupiter.api.DisplayName;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-7.2-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-6.9.4-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

0 comments on commit f45a1cc

Please sign in to comment.