mirror of
https://github.com/usatiuk/y.git
synced 2025-10-29 02:37:49 +01:00
fix test again :)
This commit is contained in:
@@ -88,7 +88,6 @@ public class PersonServiceImplIntegrationTest {
|
|||||||
Assertions.assertThrows(JpaObjectRetrievalFailureException.class, () -> {
|
Assertions.assertThrows(JpaObjectRetrievalFailureException.class, () -> {
|
||||||
personService.addFollower(auth, "asdfasdf");
|
personService.addFollower(auth, "asdfasdf");
|
||||||
});
|
});
|
||||||
Assertions.assertEquals(0, personService.getFollowing(auth).size());
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
|
|||||||
Reference in New Issue
Block a user