We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85e7518 commit 6f1ab18Copy full SHA for 6f1ab18
src/test/java/org/commonwl/view/cwl/CWLProcessTest.java
@@ -31,8 +31,8 @@ public class CWLProcessTest {
31
@Test
32
public void testToString() throws Exception {
33
assertEquals("Workflow", CWLProcess.WORKFLOW.toString());
34
- assertEquals("Commandlinetool", CWLProcess.COMMANDLINETOOL.toString());
35
- assertEquals("Expressiontool", CWLProcess.EXPRESSIONTOOL.toString());
+ assertEquals("CommandLineTool", CWLProcess.COMMANDLINETOOL.toString());
+ assertEquals("ExpressionTool", CWLProcess.EXPRESSIONTOOL.toString());
36
}
37
38
-}
+}
0 commit comments