Skip to content

Commit 25aa295

Browse files
committed
Rename test class to adhere to conventions
1 parent 67b91b2 commit 25aa295

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-tx/src/test/java/org/springframework/transaction/interceptor/RollbackRuleTests.java renamed to spring-tx/src/test/java/org/springframework/transaction/interceptor/RollbackRuleAttributeTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
* @author Sam Brannen
3535
* @since 09.04.2003
3636
*/
37-
class RollbackRuleTests {
37+
class RollbackRuleAttributeTests {
3838

3939
@Test
4040
void constructorArgumentMustBeThrowableClassWithNonThrowableType() {

0 commit comments

Comments
 (0)