ppapou commented on a change in pull request #842:
URL: https://github.com/apache/incubator-dlab/pull/842#discussion_r465781010



##########
File path: 
services/self-service/src/test/java/com/epam/dlab/backendapi/service/impl/ComputationalServiceImplTest.java
##########
@@ -613,13 +615,13 @@ public void testUpdateSparkClusterConfig() {
         final List<ClusterConfig> config = Collections.singletonList(new 
ClusterConfig());
         
userInstanceDto.setResources(Collections.singletonList(getUserComputationalResource(RUNNING,
 COMP_NAME)));
         when(exploratoryDAO.fetchExploratoryFields(anyString(), anyString(), 
anyString(), anyBoolean())).thenReturn(userInstanceDto);
-        when(requestBuilder.newClusterConfigUpdate(any(UserInfo.class), 
any(UserInstanceDTO.class),
-                any(UserComputationalResource.class), 
anyListOf(ClusterConfig.class), any(EndpointDTO.class)))
-                .thenReturn(clusterConfigDTO);
+        when(requestBuilder.newClusterConfigUpdate(any(UserInfo.class), 
any(UserInstanceDTO.class), any(UserComputationalResource.class),
+                anyListOf(ClusterConfig.class),
+                any(EndpointDTO.class))).thenReturn(clusterConfigDTO);

Review comment:
       Format has been restored




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@dlab.apache.org
For additional commands, e-mail: dev-h...@dlab.apache.org

Reply via email to