1
0
mirror of https://github.com/google/nomulus synced 2026-01-07 14:05:44 +00:00

Remove redemptionHistoryEntry from LrpToken index

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=134570879
This commit is contained in:
ctingue
2016-09-28 13:00:27 -07:00
committed by Ben McIlwain
parent 51f5c8bcfe
commit 36249021ac
2 changed files with 1 additions and 2 deletions

View File

@@ -86,6 +86,6 @@ public class LrpTokenTest extends EntityTestCase {
@Test
public void testIndexing() throws Exception {
verifyIndexing(redeemedToken, "assignee", "token", "redemptionHistoryEntry");
verifyIndexing(redeemedToken, "assignee", "token");
}
}