Skip to content

Commit

Permalink
fix Test
Browse files Browse the repository at this point in the history
  • Loading branch information
cherry-yl-sh committed Jun 17, 2024
1 parent 663872d commit eefe6e3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions rpc_server/api/v1/sponsor_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ import (
)

func TestValidateDeposit(t *testing.T) {
if testing.Short() {
t.Skip("skipping test in short mode.")
}
config.InitConfig("../../../config/basic_strategy_config.json", "../../../config/basic_config.json", "../../../config/secret_config.json")
sponsor_manager.Init()
request := &model.DepositSponsorRequest{
Expand Down

0 comments on commit eefe6e3

Please sign in to comment.