HHH-14899 Rename test class to fix typo: StateObjectStateExceptionHandlingTest to StaleObjectStateExceptionHandlingTest

This commit is contained in:
Sanne Grinovero 2021-10-26 10:06:11 +01:00 committed by Sanne Grinovero
parent 7ff73d178f
commit 634c257d93
1 changed files with 2 additions and 2 deletions

View File

@ -21,9 +21,9 @@ import org.junit.Test;
@TestForIssue(jiraKey = "HHH-12666")
@RequiresDialect(H2Dialect.class)
public class StateObjectStateExceptionHandlingTest extends BaseExceptionHandlingTest {
public class StaleObjectStateExceptionHandlingTest extends BaseExceptionHandlingTest {
public StateObjectStateExceptionHandlingTest(
public StaleObjectStateExceptionHandlingTest(
BootstrapMethod bootstrapMethod,
ExceptionHandlingSetting exceptionHandlingSetting,
ExceptionExpectations exceptionExpectations) {