Skip to content

Commit

Permalink
fixing test directory structure
Browse files Browse the repository at this point in the history
  • Loading branch information
misfir3 committed Aug 9, 2017
1 parent 2463f53 commit ec2ab55
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,5 @@ public void HiddenMenusFailure() throws Exception {
.andExpect(jsonPath("$.feedback", CoreMatchers.is(messages.getMessage("access-control.hidden-menus.failure"))))
.andExpect(jsonPath("$.lessonCompleted", CoreMatchers.is(false)));
}

}

0 comments on commit ec2ab55

Please sign in to comment.