Skip to content

Commit a3f0c28

Browse files
committed
Make test failure message clearer
1 parent 09391c3 commit a3f0c28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/com/rabbitmq/client/test/server/TopicPermissions.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ void assertAccessOk(String description, Callable<Void> action) {
9393
try {
9494
action.call();
9595
} catch(Exception e) {
96-
fail(description + "(" + e.getMessage()+")");
96+
fail(description + " (" + e.getMessage()+")");
9797
}
9898
}
9999

0 commit comments

Comments
 (0)