add hashcode to initializationProvider

This commit is contained in:
Ken Stevens 2019-11-01 22:02:07 -04:00
parent 071b14cbcc
commit f20fee297a
1 changed files with 1 additions and 0 deletions

View File

@ -51,6 +51,7 @@ public class InitializeSchemaTaskTest extends BaseTest {
return getSqlStatements(DriverTypeEnum.H2_EMBEDDED).size();
}
// This could be stricter, but we don't want this to be brittle.
@Override
public int hashCode() {
return new HashCodeBuilder(17, 37)