mirror of
https://github.com/duke-git/lancet.git
synced 2026-02-12 08:42:29 +08:00
test: remove print info in test function
This commit is contained in:
@@ -30,8 +30,6 @@ func TestMaxHeap_BuildMaxHeap(t *testing.T) {
|
||||
assert.Equal(expected, heap.data)
|
||||
|
||||
assert.Equal(12, heap.Size())
|
||||
|
||||
heap.PrintStructure()
|
||||
}
|
||||
|
||||
func TestMaxHeap_Push(t *testing.T) {
|
||||
|
||||
Reference in New Issue
Block a user