mirror of
https://github.com/google/nomulus
synced 2026-01-06 13:36:48 +00:00
Add RegistryLockGetActionTest to SQL testclasses (#347)
This commit is contained in:
@@ -24,6 +24,7 @@ import google.registry.persistence.CurrencyUnitConverterTest;
|
||||
import google.registry.persistence.UpdateAutoTimestampConverterTest;
|
||||
import google.registry.persistence.ZonedDateTimeConverterTest;
|
||||
import google.registry.schema.tld.PremiumListDaoTest;
|
||||
import google.registry.ui.server.registrar.RegistryLockGetActionTest;
|
||||
import org.junit.runner.RunWith;
|
||||
import org.junit.runners.Suite;
|
||||
import org.junit.runners.Suite.SuiteClasses;
|
||||
@@ -48,6 +49,7 @@ import org.junit.runners.Suite.SuiteClasses;
|
||||
JpaTransactionManagerRuleTest.class,
|
||||
PremiumListDaoTest.class,
|
||||
RegistryLockDaoTest.class,
|
||||
RegistryLockGetActionTest.class,
|
||||
UpdateAutoTimestampConverterTest.class,
|
||||
ZonedDateTimeConverterTest.class
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user