Skip to content

Commit

Permalink
Kucoin: Actually test spot/margin market snapshot replication
Browse files Browse the repository at this point in the history
  • Loading branch information
thrasher- committed Nov 21, 2023
1 parent 7039e3f commit 7a28199
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exchanges/kucoin/kucoin_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2485,7 +2485,7 @@ func TestProcessMarketSnapshot(t *testing.T) {
assert.Equal(t, 316078.69700000000000000000, v.Volume, "volume")
assert.Equal(t, 0.11768519138877000000, v.QuoteVolume, "volValue")
// both margin and spot
case 3:
case 3, 4:
assert.Equal(t, time.UnixMilli(1698740324437), v.LastUpdated, "datetime")
assert.Equal(t, 0.00008486000000000000, v.High, "high")
assert.Equal(t, 0.00008318, v.Last, "lastTradedPrice")
Expand Down

0 comments on commit 7a28199

Please sign in to comment.