src/test/java/de/gedoplan/seminar/sbt/di/exercise/Exercise07Test.java
@@ -39,7 +39,7 @@ @Test public void testFiltersNonAlcEmpty() throws Exception { mockMvc.perform(get("/api/bar/nonalc")) .andExpect(content().string("")); .andExpect(jsonPath("$.size()",is(0))); } @Test