Skip to content

Commit e916495

Browse files
Replace table name with actual plural name
1 parent cd9d002 commit e916495

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/org/javawebstack/orm/test/automigrate/DefaultSizeTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ public class DefaultSizeTest extends ORMTestCase {
5656
final static String columnNameString = "string";
5757

5858
// Not renaming the table name as this is not focus of the test
59-
final static String tableNameCharArray = "just_char_arraies";
59+
final static String tableNameCharArray = "just_char_arrays";
6060
final static String columnNameCharArray = "char_array";
6161

6262
final static String tableNameDatatype = "datatypes";

0 commit comments

Comments
 (0)