Skip to content

Commit

Permalink
HHH-14899 Rename test class to fix typo: StateObjectStateExceptionHan…
Browse files Browse the repository at this point in the history
…dlingTest to StaleObjectStateExceptionHandlingTest
  • Loading branch information
Sanne committed Oct 26, 2021
1 parent 7ff73d1 commit 634c257
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@

@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) {
Expand Down

0 comments on commit 634c257

Please sign in to comment.