TSK-1379: Renamed test case
This commit is contained in:
parent
231d009d81
commit
333bef03be
|
@ -701,6 +701,7 @@ public class TaskController extends AbstractPagingController {
|
|||
if (LOGGER.isDebugEnabled()) {
|
||||
LOGGER.debug("Exit from applySortingParams(), returning {}", query);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
private int[] extractPriorities(String[] prioritiesInString) {
|
||||
|
|
|
@ -244,7 +244,7 @@ class TaskControllerIntTest {
|
|||
}
|
||||
|
||||
@Test
|
||||
void should_ReturnAllTasksByWildcardSearch_For_ProvidedSearchValu4c() {
|
||||
void should_ThrowException_When_ProvidingInvalidFormatForCustomAttributes() {
|
||||
TaskRepresentationModel taskRepresentationModel = getTaskResourceSample();
|
||||
|
||||
List<CustomAttribute> customAttributesWithNullKey = new ArrayList<>();
|
||||
|
|
Loading…
Reference in New Issue