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