Skip to content

Commit

Permalink
update List tests
Browse files Browse the repository at this point in the history
  • Loading branch information
hsldymq committed Mar 31, 2024
1 parent edfcabd commit b413f48
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions list_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,7 @@ func TestList_Merge(t *testing.T) {
}

list = NewList(1, 2, 3)
l2 = NewList[int]()
list.Merge(l2)
list.Merge()
actual = []int{}
for v := range list.Iter() {
actual = append(actual, v)
Expand Down

0 comments on commit b413f48

Please sign in to comment.