Fix tests for sql server

This commit is contained in:
rob bygrave
2019-07-19 10:28:13 +12:00
parent 4513dbf29d
commit 970bc8e973
3 changed files with 13 additions and 4 deletions
@@ -1,5 +1,6 @@
package org.tests.insert;
import io.ebean.BaseTestCase;
import io.ebean.DB;
import io.ebean.Database;
import io.ebean.annotation.ForPlatform;
@@ -11,7 +12,7 @@ import java.util.List;
import static org.assertj.core.api.Assertions.assertThat;
public class TestOnlyIdEntity {
public class TestOnlyIdEntity extends BaseTestCase {
@ForPlatform({Platform.H2, Platform.POSTGRES})
@Test