fix test again :)

This commit is contained in:
Stepan Usatiuk
2024-01-04 18:21:46 +01:00
parent 98855821e1
commit b52d686c02

View File

@@ -88,7 +88,6 @@ public class PersonServiceImplIntegrationTest {
Assertions.assertThrows(JpaObjectRetrievalFailureException.class, () -> {
personService.addFollower(auth, "asdfasdf");
});
Assertions.assertEquals(0, personService.getFollowing(auth).size());
}
@Test