eclipse / eclipse-collections-kata

Eclipse Collections Katas
433 stars 245 forks source link

JUnit 5 obsolete assertions in ImmutableIntBagTest(lost-and-found-kata-solutions): Assert replaced with 'org.juit.jupiter.api.Assertions' #358

Open prathasirisha opened 2 weeks ago

prathasirisha commented 2 weeks ago

Update occurrencesOf() method in ImmutableIntBagTest in lost-and-found-kata-solutions to replace 'assertEquals()' with a call to a method from Junit 5 assertions class.

Please note that this issue is created for GHC 2024 Open Source Day; thus, priority will be given to attendees of this event. After the event, this issue will be open to everyone.