Fix code formatting

This commit is contained in:
Mahmoud Ben Hassine
2024-09-19 12:01:43 +02:00
parent 5fb7b5a3f1
commit 53e33c06e9
2 changed files with 2 additions and 3 deletions

View File

@@ -136,7 +136,7 @@ class FaultTolerantStepFactoryBeanRetryTests {
@SuppressWarnings("cast")
@Test
void testDefaultValue() throws Exception {
assertInstanceOf(Step.class, factory.getObject());
assertInstanceOf(Step.class, factory.getObject());
}
@Test

View File

@@ -37,7 +37,6 @@ import static org.junit.jupiter.api.Assertions.assertEquals;
import static org.junit.jupiter.api.Assertions.assertTrue;
import static org.junit.jupiter.api.Assertions.assertInstanceOf;
/**
* @author Dave Syer
* @author Mahmoud Ben Hassine
@@ -69,7 +68,7 @@ class RepeatOperationsStepFactoryBeanTests {
@Test
@SuppressWarnings("cast")
void testDefaultValue() throws Exception {
assertInstanceOf(Step.class, factory.getObject());
assertInstanceOf(Step.class, factory.getObject());
}
@Test