feat(bottle): formally register Yaochu as ICE-BB-0009
This commit is contained in:
parent
d80ef38a36
commit
3accd1ab8e
44 changed files with 597 additions and 74 deletions
|
|
@ -16,6 +16,8 @@ test("fifth-domain and enterprise persona identities remain separate governance"
|
|||
assert.equal(registry.identity_model.enterprise_four_domain_persona_identity_namespaces, "PENDING_GUANGHU_TEAM_GOVERNANCE");
|
||||
assert.ok(registry.enterprise_personas.every((entry) => entry.species === "AGE"));
|
||||
assert.ok(registry.enterprise_personas.every((entry) => entry.current_persona_identity.startsWith("PER-")));
|
||||
assert.deepEqual(registry.private_bottle_personas.map((entry) => entry.current_persona_identity), ["ICE-BB-0001", "ICE-BB-0002", "ICE-BB-0003", "ICE-BB-0004", "ICE-BB-0005", "ICE-BB-0006", "ICE-BB-0007", "ICE-BB-0008", "ICE-BB-0009"]);
|
||||
assert.equal(registry.private_bottle_candidate_shells[0].display_name, "糖星云");
|
||||
});
|
||||
|
||||
test("misclassified AGE candidate ids are void and cannot be claimed", () => {
|
||||
|
|
|
|||
Loading…
Reference in a new issue