feat: register Lake Lamp persona system body
This commit is contained in:
parent
70dba5019e
commit
db6d1d91fa
19 changed files with 624 additions and 25 deletions
|
|
@ -23,12 +23,17 @@ test("BingShuo living system controller binds the current full protocol registry
|
|||
map.living_system_body.protocol_registry.id,
|
||||
registry.registry_id,
|
||||
);
|
||||
assert.equal(registry.existing_registered.length, 11);
|
||||
assert.ok(registry.existing_registered.length >= 12);
|
||||
assert.ok(
|
||||
registry.existing_registered.some(
|
||||
(protocol) => protocol.id === "GLS-0800" && protocol.acronym === "AGE",
|
||||
),
|
||||
);
|
||||
assert.ok(
|
||||
registry.existing_registered.some(
|
||||
(protocol) => protocol.id === "GLS-0258" && protocol.acronym === "LL-PERSONA-SELF",
|
||||
),
|
||||
);
|
||||
assert.equal(registry.registered_draft_protocols.length, 33);
|
||||
assert.equal(map.language_world_boundary.id, "GLW-CHJH-0001");
|
||||
assert.equal(map.language_world_boundary.entry_path, "LL-CMPN-0001");
|
||||
|
|
|
|||
Loading…
Reference in a new issue