mirror of
https://github.com/google/nomulus.git
synced 2025-07-24 03:30:46 +02:00
Index redemptionHistoryEntry on LrpToken
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=132323443
This commit is contained in:
parent
93bf68039b
commit
6f241c5605
2 changed files with 2 additions and 1 deletions
|
@ -86,6 +86,6 @@ public class LrpTokenTest extends EntityTestCase {
|
|||
|
||||
@Test
|
||||
public void testIndexing() throws Exception {
|
||||
verifyIndexing(redeemedToken, "assignee", "token");
|
||||
verifyIndexing(redeemedToken, "assignee", "token", "redemptionHistoryEntry");
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue