mirror of
https://github.com/duke-git/lancet.git
synced 2026-02-08 22:52:29 +08:00
test: remove print info in test function
This commit is contained in:
@@ -14,8 +14,6 @@ func TestLinkedQueue_Enqueue(t *testing.T) {
|
||||
queue.Enqueue(2)
|
||||
queue.Enqueue(3)
|
||||
|
||||
queue.Print()
|
||||
|
||||
assert.Equal([]int{1, 2, 3}, queue.Data())
|
||||
assert.Equal(3, queue.Size())
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user