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:
@ -53,6 +53,4 @@ func TestQueue_Close(t *testing.T) {
|
||||
q1.Push(2)
|
||||
gtest.Assert(q1.Len(), 2)
|
||||
q1.Close()
|
||||
q1.Pop()
|
||||
gtest.Assert(q1.Len(), 2)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user