mirror of
https://github.com/d0zingcat/gocryptotrader.git
synced 2026-05-13 15:09:42 +00:00
qa/spelling: Add Codespell support (#1121)
* Add codespell support * Fix paths * Add HTML files to exclusion list
This commit is contained in:
@@ -431,7 +431,7 @@ const(
|
||||
)
|
||||
|
||||
func TestGetMarket(t *testing.T) {
|
||||
t.Parallel() // adding t.Parralel() is preferred as it allows tests to run simultaneously, speeding up package test time
|
||||
t.Parallel() // adding t.Parallel() is preferred as it allows tests to run simultaneously, speeding up package test time
|
||||
f.Verbose = true // used for more detailed output
|
||||
a, err := f.GetMarket(context.Background(), spotPair) // spotPair is just a const so it can be reused in other tests too
|
||||
t.Log(a)
|
||||
|
||||
@@ -18,7 +18,7 @@ Join our slack to discuss all things related to GoCryptoTrader! [GoCryptoTrader
|
||||
|
||||
## Default data directory
|
||||
|
||||
By default, GoCryptoTrader uses the following data directores:
|
||||
By default, GoCryptoTrader uses the following data directories:
|
||||
|
||||
Operating System | Path | Translated
|
||||
--- | --- | ----
|
||||
|
||||
Reference in New Issue
Block a user