mirror of
https://github.com/duke-git/lancet.git
synced 2026-02-12 00:32:27 +08:00
test: remove print info in test function
This commit is contained in:
@@ -145,7 +145,6 @@ func TestSinglyLink_Reverse(t *testing.T) {
|
||||
link.InsertAtTail(4)
|
||||
|
||||
link.Reverse()
|
||||
link.Print()
|
||||
assert.Equal([]int{4, 3, 2, 1}, link.Values())
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user