.post("Nice change");
MatcherAssert.assertThat(
new User.Smart(new Comment.Smart(comment).author()).login(),
Matchers.not(
Matchers.equalTo(
new User.Smart(repo.github().users().self()).login()
)
)
);
MatcherAssert.assertThat(
new User.Smart(new Comment.Smart(comment).author()).login(),