mirror of
https://github.com/google/nomulus.git
synced 2025-05-14 08:27:14 +02: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:
parent
a0f9e3b3dd
commit
312c1a46ab
2 changed files with 119 additions and 4 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue