mirror of
https://github.com/google/nomulus
synced 2026-09-19 14:34:18 +00:00
Refactor out creation of server TRIDs so they can be tested
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=152837185
This commit is contained in:
@@ -44,7 +44,7 @@ public class HistoryEntryTest extends EntityTestCase {
|
||||
.setModificationTime(clock.nowUtc())
|
||||
.setClientId("foo")
|
||||
.setOtherClientId("otherClient")
|
||||
.setTrid(Trid.create("ABC-123"))
|
||||
.setTrid(Trid.create("ABC-123", "server-trid"))
|
||||
.setBySuperuser(false)
|
||||
.setReason("reason")
|
||||
.setRequestedByRegistrar(false)
|
||||
|
||||
Reference in New Issue
Block a user