oneOf(getPersonIdByAccountIdMapper).execute(followedAccountId);
will(throwException(new RuntimeException("NO.")));
}
});
SetFollowingStatusRequest currentRequest = new SetFollowingStatusRequest(followerAccountId, followedAccountId,
EntityType.PERSON, false, Follower.FollowerStatus.FOLLOWING);
sut.execute(TestContextCreator.createTaskHandlerContextWithPrincipal(currentRequest, principalMock));
context.assertIsSatisfied();
}