Skip to content

Commit

Permalink
Update exchanges/orderbook/depth_test.go
Browse files Browse the repository at this point in the history
Co-authored-by: Scott <[email protected]>
  • Loading branch information
shazbert and gloriousCode authored Jan 22, 2025
1 parent 6d00fd8 commit 022e07a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion exchanges/orderbook/depth_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -928,5 +928,7 @@ func TestGetKey(t *testing.T) {
depth.exchange = "test"
depth.pair = currency.NewPair(currency.BTC, currency.WABI)
depth.asset = asset.Spot
require.Equal(t, key.ExchangePairAsset{Exchange: depth.exchange, Base: depth.pair.Base.Item, Quote: depth.pair.Quote.Item, Asset: depth.asset}, depth.GetKey())
require.Equal(t,
key.ExchangePairAsset{Exchange: depth.exchange, Base: depth.pair.Base.Item, Quote: depth.pair.Quote.Item, Asset: depth.asset},
depth.GetKey())
}

0 comments on commit 022e07a

Please sign in to comment.