to-thought-tutorial
to-thought-tutorial copied to clipboard
Comment and Post issue
When I run CommentRepositoryTest I see postId = null( Comment dbComment = repository.findOne(comment.getCommentId());
And inside PostRepositoryTest (List<Comment> comments = dbpost.getComments()) I get post = null;
Could you please explain this??
Yes, me to facing same issue. Can someone help on this?