Skip to content

Commit 6f1ab18

Browse files
authored
CameCase to improve readability
and match CWL conventions
1 parent 85e7518 commit 6f1ab18

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/test/java/org/commonwl/view/cwl/CWLProcessTest.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ public class CWLProcessTest {
3131
@Test
3232
public void testToString() throws Exception {
3333
assertEquals("Workflow", CWLProcess.WORKFLOW.toString());
34-
assertEquals("Commandlinetool", CWLProcess.COMMANDLINETOOL.toString());
35-
assertEquals("Expressiontool", CWLProcess.EXPRESSIONTOOL.toString());
34+
assertEquals("CommandLineTool", CWLProcess.COMMANDLINETOOL.toString());
35+
assertEquals("ExpressionTool", CWLProcess.EXPRESSIONTOOL.toString());
3636
}
3737

38-
}
38+
}

0 commit comments

Comments
 (0)