Skip to content

Commit

Permalink
cosme
Browse files Browse the repository at this point in the history
  • Loading branch information
hirokisan committed Mar 12, 2024
1 parent 05743fa commit 35957be
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions v5_asset_service_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@ func TestV5Asset_GetUniversalTransferRecords(t *testing.T) {
})
}

func GetDepositRecords(t *testing.T) {
func TestV5Asset_GetDepositRecords(t *testing.T) {
t.Run("success", func(t *testing.T) {
param := V5GetDepositRecordsParam{}

Expand Down Expand Up @@ -412,7 +412,7 @@ func GetDepositRecords(t *testing.T) {
})
}

func GetSubDepositRecords(t *testing.T) {
func TestV5Asset_GetSubDepositRecords(t *testing.T) {
t.Run("success", func(t *testing.T) {
param := V5GetSubDepositRecordsParam{}

Expand Down Expand Up @@ -471,7 +471,7 @@ func GetSubDepositRecords(t *testing.T) {
})
}

func GetInternalDepositRecords(t *testing.T) {
func TestV5Asset_GetInternalDepositRecords(t *testing.T) {
t.Run("success", func(t *testing.T) {
param := V5GetInternalDepositRecordsParam{}

Expand Down Expand Up @@ -530,7 +530,7 @@ func GetInternalDepositRecords(t *testing.T) {
})
}

func TestGetMasterDepositAddress(t *testing.T) {
func TestV5Asset_GetMasterDepositAddress(t *testing.T) {
t.Run("success", func(t *testing.T) {
param := V5GetMasterDepositAddressParam{}

Expand Down Expand Up @@ -596,7 +596,7 @@ func TestGetMasterDepositAddress(t *testing.T) {
})
}

func TestGetWithdrawalRecords(t *testing.T) {
func TestV5Asset_GetWithdrawalRecords(t *testing.T) {
t.Run("success", func(t *testing.T) {
param := V5GetWithdrawalRecordsParam{}

Expand Down Expand Up @@ -655,7 +655,7 @@ func TestGetWithdrawalRecords(t *testing.T) {
})
}

func TestGetCoinInfo(t *testing.T) {
func TestV5Asset_GetCoinInfo(t *testing.T) {
t.Run("success", func(t *testing.T) {
param := V5GetCoinInfoParam{}

Expand Down Expand Up @@ -752,7 +752,7 @@ func TestGetCoinInfo(t *testing.T) {
})
}

func TestGetAllCoinsBalance(t *testing.T) {
func TestV5Asset_GetAllCoinsBalance(t *testing.T) {
t.Run("success", func(t *testing.T) {
param := V5GetAllCoinsBalanceParam{}

Expand Down

0 comments on commit 35957be

Please sign in to comment.