eclipse-collections
eclipse-collections copied to clipboard
Move test template to the correct directory - fixes #1520
Move test template file to the correct location
@donraab do you mind casting an eye whenever you get a chance please
Hi @Desislav-Petrov, one of the inspections builds is failing.
Hi @Desislav-Petrov, one of the inspections builds is failing.
Sry - fixed
Thanks @Desislav-Petrov for the updates. I think we're getting close but I first want to understand why ImmutableByteMapKeySetTest was deleted. Thanks!
Hi @donraab - the one I have deleted wasn't autogenerated and it was incorrectly placed in the mutable package. After the template adjustments, we now have ImmutableByteMapKeySetTest in the immutable package that's auto generated.
PR rebased as well.