Update gqueue_unit_test.go

This commit is contained in:
jroam
2019-06-17 23:16:22 +08:00
parent fe795d49f3
commit 28d25e7812

View File

@ -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)
}