eclipse / eclipse-collections

Eclipse Collections is a collections framework for Java with optimized data structures and a rich, functional and fluent API.
http://www.eclipse.org/collections
2.39k stars 593 forks source link

Fix NullPointerException in IterableTestCase.assertEquals #1616

Closed motlin closed 1 month ago

motlin commented 1 month ago

This one is a bit odd because it's an obvious bug fix inside test utility that I'm contributing without new tests. I ran into this while writing some Map tests that I'm about to put up in a separate PR, so I know that the fix helps.