Skip to content

Commit 8597cf3

Browse files
ivicacigorbeslic
authored andcommitted
4460 SF
(cherry picked from commit 80ad7de)
1 parent 39d3681 commit 8597cf3

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

server/libs/modules/components/script/src/test/java/com/bytechef/component/script/ScriptComponentHandlerTest.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ public class ScriptComponentHandlerTest {
2626

2727
@Test
2828
public void testGetDefinition() {
29-
JsonFileAssert.assertEquals("definition/script_v1.json",
30-
new ScriptComponentHandler(null).getDefinition());
29+
JsonFileAssert.assertEquals("definition/script_v1.json", new ScriptComponentHandler(null).getDefinition());
3130
}
3231
}

0 commit comments

Comments
 (0)