Rename test class to adhere to conventions

This commit is contained in:
Sam Brannen 2022-03-02 17:25:37 +01:00
parent 67b91b2390
commit 25aa295c2c
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ import static org.assertj.core.api.Assertions.assertThatIllegalArgumentException
* @author Sam Brannen * @author Sam Brannen
* @since 09.04.2003 * @since 09.04.2003
*/ */
class RollbackRuleTests { class RollbackRuleAttributeTests {
@Test @Test
void constructorArgumentMustBeThrowableClassWithNonThrowableType() { void constructorArgumentMustBeThrowableClassWithNonThrowableType() {