Skip to content

Commit

Permalink
fix: Update code
Browse files Browse the repository at this point in the history
  • Loading branch information
larshelge committed Dec 10, 2024
1 parent 6a4c3b1 commit f51f4c3
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@
import static org.hisp.dhis.test.TestBase.createTrackedEntityAttribute;
import static org.junit.jupiter.api.Assertions.assertFalse;
import static org.mockito.Mockito.lenient;
import static org.mockito.Mockito.mock;
import static org.mockito.Mockito.verify;
import static org.mockito.Mockito.when;

Expand Down Expand Up @@ -112,7 +111,6 @@ class JdbcEnrollmentAnalyticsTableManagerTest {
@BeforeEach
public void setUp() {
when(analyticsTableSettings.isSpatialSupport()).thenReturn(true);
SystemSettingsProvider settingsProvider = mock(SystemSettingsProvider.class);
lenient().when(settingsProvider.getCurrentSettings()).thenReturn(SystemSettings.of(Map.of()));
}

Expand Down

0 comments on commit f51f4c3

Please sign in to comment.