Skip to content

Commit 1ab7a51

Browse files
committed
Tried to add testing
1 parent 382826a commit 1ab7a51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/org/javawebstack/orm/test/ExampleTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ public void testExample() throws ORMConfigurationException {
2525
assertEquals("Test", example.title);
2626
}
2727

28-
private static class Example extends Model {
28+
public static class Example extends Model {
2929
@Column
3030
int id;
3131
@Column

0 commit comments

Comments
 (0)