| org.hibernate.test.annotations.enumerated.custom_mapkey.MapKeyCustomEnumTypeTest fails because map values are persisted with a trailing space. When read from the DB, the trailing spaces are no longer present, causing assert failure. The fix is to replace the trailing space with a non-space character. |