Skip to content

Commit

Permalink
fixup! Config: Move assetEnabled upgrade to Version management
Browse files Browse the repository at this point in the history
  • Loading branch information
gbjk committed Dec 9, 2024
1 parent 0f15cfb commit db3521a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backtester/engine/live_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -429,7 +429,7 @@ func TestSetDataForClosingAllPositions(t *testing.T) {
}

dataHandler.started = 1
cp := currency.NewPair(currency.BTC, currency.USDT).Format(currency.PairFormat{Uppercase: true})
cp := currency.NewBTCUSDT()
f := &binanceus.Binanceus{}
f.SetDefaults()
fb := f.GetBase()
Expand Down

0 comments on commit db3521a

Please sign in to comment.