Skip to content

Commit 0740dd6

Browse files
committed
feat(): add test for OstMainService2
1 parent 8a1b7ec commit 0740dd6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/test/java/org/martinmeer/otkassistant/ost22/service/OstMainServiceTest.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
import java.lang.reflect.Field;
1414
import java.lang.reflect.Method;
1515
import java.math.BigDecimal;
16-
import java.util.List;
1716

1817
import static org.junit.jupiter.api.Assertions.*;
1918
import static org.mockito.ArgumentMatchers.*;
@@ -44,7 +43,7 @@ class OstMainServiceTest {
4443
private static Field lowerDevianceField;
4544

4645
@BeforeEach
47-
void seUp() throws NoSuchMethodException, NoSuchFieldException {
46+
void setUp() throws NoSuchMethodException, NoSuchFieldException {
4847
// Access private method via reflection
4948
method = OstMainService.class.getDeclaredMethod("generateDefinedData", SchemaAwareNamedParameterJdbcTemplate.class);
5049
method.setAccessible(true);

0 commit comments

Comments
 (0)