We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7808996 commit 3e5946dCopy full SHA for 3e5946d
spring-test/src/main/java/org/springframework/test/context/transaction/TransactionContext.java
@@ -132,8 +132,8 @@ void endTransaction() {
132
}
133
134
if (logger.isInfoEnabled()) {
135
- logger.info(String.format("%s transaction after test execution for test context %s.",
136
- (flaggedForRollback ? "Rolled back" : "Committed"), this.testContext));
+ logger.info(String.format("%s transaction for test context %s.", (flaggedForRollback ? "Rolled back"
+ : "Committed"), this.testContext));
137
138
139
0 commit comments