mirror of
https://github.com/google/nomulus
synced 2026-02-04 20:12:23 +00:00
Add additional tests for the AllocationToken status transitions
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=245292932
This commit is contained in:
@@ -264,9 +264,9 @@ public class AllocationToken extends BackupGroupRoot implements Buildable {
|
||||
transitions,
|
||||
TokenStatusTransition.class,
|
||||
VALID_TOKEN_STATUS_TRANSITIONS,
|
||||
"",
|
||||
"tokenStatusTransitions",
|
||||
NOT_STARTED,
|
||||
"");
|
||||
"tokenStatusTransitions must start with NOT_STARTED");
|
||||
return this;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user