chore: suppress rawtypes in selected classes (#6261)

This commit is contained in:
Piotr Idzik
2025-06-05 13:23:28 +02:00
committed by GitHub
parent 27a774020c
commit ec6f09c373
20 changed files with 19 additions and 1 deletions

View File

@@ -8,6 +8,7 @@ import org.junit.jupiter.params.ParameterizedTest;
import org.junit.jupiter.params.provider.Arguments;
import org.junit.jupiter.params.provider.MethodSource;
@SuppressWarnings("rawtypes")
public class NumberOfDigitsTest {
@ParameterizedTest