mirror of
https://github.com/d0zingcat/gocryptotrader.git
synced 2026-06-04 07:26:47 +00:00
qa/spelling: Add Codespell support (#1121)
* Add codespell support * Fix paths * Add HTML files to exclusion list
This commit is contained in:
@@ -358,7 +358,7 @@ func TestGetOpenDepositsForCurrency(t *testing.T) {
|
||||
func TestWithdraw(t *testing.T) {
|
||||
t.Parallel()
|
||||
if !areTestAPIKeysSet() || !canManipulateRealOrders {
|
||||
t.Skip("skipping test, either api keys or canManipulateRealOrders isnt set correctly")
|
||||
t.Skip("skipping test, either api keys or canManipulateRealOrders isn't set correctly")
|
||||
}
|
||||
_, err := b.Withdraw(context.Background(),
|
||||
curr, "", core.BitcoinDonationAddress, 0.0009)
|
||||
|
||||
Reference in New Issue
Block a user