mirror of
https://gitee.com/johng/gf
synced 2026-06-07 02:12:11 +08:00
Update gqueue_unit_test.go
This commit is contained in:
@ -12,7 +12,6 @@ func TestQueue_Len(t *testing.T) {
|
||||
q1 := gqueue.New(maxs)
|
||||
for i := 0; i < maxs; i++ {
|
||||
q1.Push(i)
|
||||
|
||||
}
|
||||
gtest.Assert(q1.Len(), maxs)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user