Skip to content

Commit

Permalink
fix: Update code
Browse files Browse the repository at this point in the history
  • Loading branch information
larshelge committed Oct 30, 2024
1 parent c1d3c5d commit e0d5cec
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ class TrackedEntityRequestParamsMapperTest {
private TrackedEntityQueryRequestMapper trackedEntityQueryRequestMapper;

@BeforeEach
@SuppressWarnings("unchecked")
public void setUp() {
trackedEntityQueryRequestMapper =
new TrackedEntityQueryRequestMapper(trackedEntityTypeService, programService);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@
import org.junit.jupiter.api.BeforeEach;
import org.junit.jupiter.api.Test;

@SuppressWarnings("unchecked")
class DataElementConditionTest {

private DimensionIdentifier<DimensionParam> dimensionIdentifier;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
import org.hisp.dhis.legend.LegendSet;
import org.junit.jupiter.api.Test;

@SuppressWarnings("unchecked")
class DataElementQueryBuilderTest {

private final DataElementQueryBuilder dataElementQueryBuilder = new DataElementQueryBuilder();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@
import org.junit.jupiter.api.Test;

/** Unit tests for {@link SqlQueryHelper}. */
@SuppressWarnings("unchecked")
class SqlQueryHelperTest {

@Test
Expand Down

0 comments on commit e0d5cec

Please sign in to comment.