Skip to content

Commit

Permalink
Fix code formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
fmbenhassine committed Sep 19, 2024
1 parent 127ff8c commit 896b8d6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ void testType() {
@SuppressWarnings("cast")
@Test
void testDefaultValue() throws Exception {
assertInstanceOf(Step.class, factory.getObject());
assertInstanceOf(Step.class, factory.getObject());
}

@Test
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@
import static org.junit.jupiter.api.Assertions.assertTrue;
import static org.junit.jupiter.api.Assertions.assertInstanceOf;


/**
* @author Dave Syer
* @author Mahmoud Ben Hassine
Expand Down Expand Up @@ -69,7 +68,7 @@ void testType() {
@Test
@SuppressWarnings("cast")
void testDefaultValue() throws Exception {
assertInstanceOf(Step.class, factory.getObject());
assertInstanceOf(Step.class, factory.getObject());
}

@Test
Expand Down

0 comments on commit 896b8d6

Please sign in to comment.