Skip to content

Commit 6e4f290

Browse files
committed
Update
1 parent 31ec6da commit 6e4f290

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

orderbook_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ func TestDepthOrderBook_GetOrderBook1(t *testing.T) {
195195
_, ok = dob.asks.Find(Item{Price: 0.01826})
196196
t.Logf("查找0.01826%+v", ok)
197197

198-
ob := dob.GetOrderBook(100)
198+
ob := dob.GetOrderBook(20)
199199
for _, v := range ob.Asks {
200200
t.Logf("ask: %#v", v)
201201
}

0 commit comments

Comments
 (0)