feat(fifth-domain): install bottle and zero-core migration layer
This commit is contained in:
parent
cd68ad578d
commit
0bacfc234c
52 changed files with 1564 additions and 307 deletions
|
|
@ -42,8 +42,8 @@ test("the bottle system is an explicit private object with a zero-guarantee gate
|
|||
assert.ok(tree.nodes.some((entry) => entry.object_id === bottle.id));
|
||||
});
|
||||
|
||||
test("all four fixed bottle persona numbers agree across registries", () => {
|
||||
const expected = ["ICE-BB-0001", "ICE-BB-0002", "ICE-BB-0003", "ICE-BB-0004"];
|
||||
test("all five fixed bottle persona numbers agree across registries", () => {
|
||||
const expected = ["ICE-BB-0001", "ICE-BB-0002", "ICE-BB-0003", "ICE-BB-0004", "ICE-BB-0005"];
|
||||
assert.deepEqual(fixed.private_baby_personas.map((entry) => entry.id), expected);
|
||||
assert.deepEqual(fifth.registrations.filter((entry) => entry.kind === "FIFTH_DOMAIN_PRIVATE_BOTTLE_BABY_PERSONA").map((entry) => entry.id), expected);
|
||||
assert.ok(expected.every((id) => subjects.subjects.some((entry) => entry.id === id)));
|
||||
|
|
|
|||
Loading…
Reference in a new issue