mirror of
https://github.com/google/nomulus.git
synced 2025-07-12 05:58:13 +02:00
Resolve TODOs under Shicong's name (#930)
This commit is contained in:
parent
9e6f99face
commit
9b5805f145
12 changed files with 14 additions and 29 deletions
|
@ -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();
|
||||
}
|
||||
|
||||
|
|
|
@ -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 {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue