Skip to content
Snippets Groups Projects
Commit 73144390 authored by Denny Schumann's avatar Denny Schumann
Browse files

delete code line throw new Exception();

parent 123bbf13
No related branches found
No related tags found
No related merge requests found
......@@ -86,7 +86,6 @@ public class VisitControllerTests {
.andExpect(model().attributeHasErrors("visit"))
.andExpect(status().isOk())
.andExpect(view().name("pets/createOrUpdateVisitForm"));
throw new Exception();
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment