Update tests to use io.avaje:mod-uuid

This commit is contained in:
rob bygrave
2019-12-05 10:32:19 +13:00
parent da5604a38d
commit 0140d09007
4 changed files with 7 additions and 7 deletions
@@ -1,7 +1,7 @@
package org.tests.example;
import io.avaje.moduuid.ModUUID;
import io.ebean.config.IdGenerator;
import org.avaje.moduuid.ModUUID;
/**
* A customer Id Generator that can be assigned by @GeneratedValue(generator="shortUid")
@@ -1,10 +1,10 @@
package org.tests.idkeys;
import io.avaje.moduuid.ModUUID;
import io.ebean.BaseTestCase;
import io.ebean.Ebean;
import org.tests.model.basic.ECustomId;
import org.avaje.moduuid.ModUUID;
import org.junit.Test;
import org.tests.model.basic.ECustomId;
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertNotNull;
@@ -1,7 +1,7 @@
package org.tests.iud;
import io.avaje.moduuid.ModUUID;
import io.ebean.BaseTestCase;
import org.avaje.moduuid.ModUUID;
import org.ebeantest.LoggedSqlCollector;
import org.junit.Test;