File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
src/test/java/org/commonwl/view Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -179,7 +179,7 @@ public void getHelloWorkflowOverview() throws Exception {
179
179
// No docs for this workflow
180
180
assertEquals ("Hello World" , hello .getLabel ());
181
181
assertEquals ("Puts a message into a file using echo" , hello .getDoc ());
182
- assertEquals ("hello.cwl" , hello .getFileName ());
182
+ assertEquals ("/ hello.cwl" , hello .getFileName ());
183
183
184
184
}
185
185
Original file line number Diff line number Diff line change @@ -160,6 +160,7 @@ public void directWorkflowURL() throws Exception {
160
160
161
161
Workflow mockWorkflow = Mockito .mock (Workflow .class );
162
162
QueuedWorkflow mockQueuedWorkflow = Mockito .mock (QueuedWorkflow .class );
163
+ when (mockQueuedWorkflow .getWorkflowList ()).thenReturn (null );
163
164
164
165
// Mock service
165
166
WorkflowService mockWorkflowService = Mockito .mock (WorkflowService .class );
You can’t perform that action at this time.
0 commit comments