mirror of
https://github.com/google/nomulus.git
synced 2025-05-14 00:17:20 +02:00
Finalize local variable to fix kokoro
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=169412065
This commit is contained in:
parent
2a3241903c
commit
aa9e617698
1 changed files with 2 additions and 1 deletions
|
@ -125,7 +125,8 @@ public class DomainApplicationIndexTest extends EntityTestCase {
|
|||
/** Ensure loading over 25 applications still succeeds (despite being in a transaction.) */
|
||||
@Test
|
||||
public void testSuccess_overCrossTransactionLimit() {
|
||||
ImmutableList.Builder<DomainApplication> applicationsBuilder = new ImmutableList.Builder<>();
|
||||
final ImmutableList.Builder<DomainApplication> applicationsBuilder =
|
||||
new ImmutableList.Builder<>();
|
||||
for (int i = 0; i < 30; i++) {
|
||||
DomainApplication application = persistSimpleResource(newDomainApplication("example.com"));
|
||||
persistResource(createUpdatedInstance(application));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue