Skip to content

Commit 2f2eb7c

Browse files
committed
Message fixed
1 parent 9393d9d commit 2f2eb7c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/test/java/git/tracehub/pmo/platforms/github/InviteCollaboratorTest.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,8 @@ void invitesCollaboratorSuccessfully() throws IOException {
4242
);
4343
new InviteCollaborator("user/repo", collaborator, github).exec();
4444
MatcherAssert.assertThat(
45-
"Collaborator %s isn't invited".formatted(collaborator),
45+
"Collaborator %s isn't invited as expected"
46+
.formatted(collaborator),
4647
repo.collaborators().isCollaborator(collaborator),
4748
new IsEqual<>(true)
4849
);

0 commit comments

Comments
 (0)