eclipse-collections icon indicating copy to clipboard operation
eclipse-collections copied to clipboard

Move test template to the correct directory - fixes #1520

Open Desislav-Petrov opened this issue 2 years ago • 1 comments

Move test template file to the correct location

Desislav-Petrov avatar Oct 14 '23 16:10 Desislav-Petrov

@donraab do you mind casting an eye whenever you get a chance please

Desislav-Petrov avatar Feb 03 '24 18:02 Desislav-Petrov

Hi @Desislav-Petrov, one of the inspections builds is failing.

donraab avatar Mar 20 '24 00:03 donraab

Hi @Desislav-Petrov, one of the inspections builds is failing.

Sry - fixed

Desislav-Petrov avatar Apr 07 '24 17:04 Desislav-Petrov

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.

Desislav-Petrov avatar Apr 20 '24 18:04 Desislav-Petrov