mirror of
https://github.com/google/nomulus
synced 2026-09-20 06:54:43 +00:00
Resolve TODOs under Shicong's name (#930)
This commit is contained in:
@@ -221,8 +221,7 @@ public class DomainHistoryTest extends EntityTestCase {
|
||||
.setGracePeriods(
|
||||
ImmutableSet.of(
|
||||
GracePeriod.create(
|
||||
GracePeriodStatus.ADD, "domainRepoId", END_OF_TIME, "clientId", null)
|
||||
.cloneWithPrepopulatedId()))
|
||||
GracePeriodStatus.ADD, "domainRepoId", END_OF_TIME, "clientId", null)))
|
||||
.build();
|
||||
}
|
||||
|
||||
|
||||
+2
-2
@@ -48,8 +48,8 @@ import org.junit.jupiter.api.extension.RegisterExtension;
|
||||
* Unit tests for SQL only APIs defined in {@link JpaTransactionManagerImpl}. Note that the tests
|
||||
* for common APIs in {@link TransactionManager} are added in {@link TransactionManagerTest}.
|
||||
*
|
||||
* <p>TODO(shicong): Remove duplicate tests that covered by TransactionManagerTest by refactoring
|
||||
* the test schema.
|
||||
* <p>TODO(b/177587763): Remove duplicate tests that covered by TransactionManagerTest by
|
||||
* refactoring the test schema.
|
||||
*/
|
||||
class JpaTransactionManagerImplTest {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user