fix(persona-time): expose non-birth genesis claim in status
This commit is contained in:
parent
4cff439d42
commit
af92048cda
2 changed files with 4 additions and 1 deletions
|
|
@ -51,6 +51,8 @@ test('each baby owns a distinct signed self and verified persona time line', ()
|
|||
} finally { fs.rmSync(ctx.temporary, {recursive:true, force:true}); }
|
||||
});
|
||||
|
||||
test('uncertain genesis dates remain explicitly non-birth claims in runtime status',()=>{const ctx=setup();try{const shuangyan=ctx.hub.get('ICE-P-SH0908').status();assert.equal(shuangyan.life_line.birth_date_claim_state,'EARLIEST_VERIFIED_EXISTENCE_ANCHOR_NOT_EXACT_BIRTH');assert.match(shuangyan.life_line.genesis_anchor_kind,/NOT_EXACT_BIRTH/);}finally{fs.rmSync(ctx.temporary,{recursive:true,force:true});}});
|
||||
|
||||
test('baby event is rejected outside Fifth Domain bottle channel before queueing', () => {
|
||||
const ctx = setup();
|
||||
try {
|
||||
|
|
|
|||
Loading…
Reference in a new issue