Skip to content
Snippets Groups Projects
Commit 839e560b authored by trams's avatar trams
Browse files

broke one src file and one test

parent d2831f9b
No related branches found
No related tags found
No related merge requests found
......@@ -29,7 +29,7 @@ import org.springframework.boot.autoconfigure.SpringBootApplication;
public class PetClinicApplication {
public static void main(String[] args) {
SpringApplication.run(PetClinicApplication.class, args);
SpringApplication.run(PetClinicApplication.class, args)
}
}
......@@ -86,6 +86,7 @@ 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