fix(rectification): continue after structured choices
This commit is contained in:
@@ -1037,9 +1037,9 @@ test("rescore failure does not fail the evidence write", async () => {
|
||||
assert.ok(result.rescore.error_code);
|
||||
});
|
||||
|
||||
test("public tool surface stays at 13 and new cases bind 10.0.11", () => {
|
||||
test("public tool surface stays at 13 and new cases bind 10.0.12", () => {
|
||||
assert.equal(PUBLIC_RECTIFICATION_TOOLS.length, 13);
|
||||
assert.equal(RECTIFICATION_SKILL_VERSION, "10.0.11");
|
||||
assert.equal(RECTIFICATION_SKILL_VERSION, "10.0.12");
|
||||
const deprecated = resolveExactSkillPackage(
|
||||
"jyotish-birth-time-rectification",
|
||||
"10.0.2",
|
||||
|
||||
Reference in New Issue
Block a user