feat: 여러 제약 조건 개선 및 테스트 케이스 수정

This commit is contained in:
2026-02-07 05:14:33 +00:00
parent 13d22ece4a
commit d888140cf3
4 changed files with 20 additions and 24 deletions
@@ -314,7 +314,7 @@ describe('Blank Start Scenario', () => {
const resLevel = evaluateActionConstraints(foundNationDef, ctx, view, FOUNDING_ARGS);
expect(resLevel.kind).toBe('deny');
if (resLevel.kind === 'deny') {
expect(resLevel.constraintName).toBe('reqCityLevel');
expect(resLevel.constraintName).toBe('constructableCity');
}
});