resolved conflicts

This commit is contained in:
Julius Krah
2016-07-07 21:49:14 +00:00
4 changed files with 2 additions and 2 deletions
@@ -14,5 +14,4 @@ public class DemoApplicationTests {
@Test
public void contextLoads() {
}
}
@@ -30,4 +30,5 @@ public class FooRepositoryTest extends DemoApplicationTests {
assertThat(foo, notNullValue());
assertThat(foo.getId(), is(2));
}
}