Formatting and bumping file in test dir

This commit is contained in:
Jason White 2017-08-09 00:19:34 -06:00
parent 8f740ace73
commit 2463f534b5

View File

@ -50,4 +50,5 @@ public class MissingFunctionACHiddenMenusTest extends AssignmentEndpointTest {
.andExpect(jsonPath("$.feedback", CoreMatchers.is(messages.getMessage("access-control.hidden-menus.failure")))) .andExpect(jsonPath("$.feedback", CoreMatchers.is(messages.getMessage("access-control.hidden-menus.failure"))))
.andExpect(jsonPath("$.lessonCompleted", CoreMatchers.is(false))); .andExpect(jsonPath("$.lessonCompleted", CoreMatchers.is(false)));
} }
} }