Skip to content

Commit

Permalink
Update common_test.go
Browse files Browse the repository at this point in the history
  • Loading branch information
dirname committed May 9, 2021
1 parent 3eaba1a commit 8ebc70c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions futures/usd/client/common_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ func TestCommonClient_Ping(t *testing.T) {
wantErr bool
}{
{"TestCommonClient_Ping", fields{Builder: binance.NewPublicUrlBuilder(config.USDFuturesRestHost)}, nil, false},
{"TestCommonClient_Ping", fields{Builder: binance.NewPublicUrlBuilder(config.SpotRestHost)}, false, true},
// TODO: Add test cases.
}
for _, tt := range tests {
Expand Down

0 comments on commit 8ebc70c

Please sign in to comment.