We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd9d002 commit e916495Copy full SHA for e916495
1 file changed
src/test/java/org/javawebstack/orm/test/automigrate/DefaultSizeTest.java
@@ -56,7 +56,7 @@ public class DefaultSizeTest extends ORMTestCase {
56
final static String columnNameString = "string";
57
58
// Not renaming the table name as this is not focus of the test
59
- final static String tableNameCharArray = "just_char_arraies";
+ final static String tableNameCharArray = "just_char_arrays";
60
final static String columnNameCharArray = "char_array";
61
62
final static String tableNameDatatype = "datatypes";
0 commit comments