mirror of
https://github.com/d0zingcat/gocryptotrader.git
synced 2026-06-08 23:16:54 +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)
|
||||
|
||||
Reference in New Issue
Block a user