File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
src/test/java/org/martinmeer/otkassistant/ost22/service Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change 1313import java .lang .reflect .Field ;
1414import java .lang .reflect .Method ;
1515import java .math .BigDecimal ;
16- import java .util .List ;
1716
1817import static org .junit .jupiter .api .Assertions .*;
1918import 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 );
You can’t perform that action at this time.
0 commit comments