fix(test): align tests with type-safety refactor #91
Reference in New Issue
Block a user
Delete Branch "fix/test-failures-after-type-safety-refactor"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
What
Fix 12 test failures caused by the type-safety refactor (PRs #88, #89).
Why
Tests were asserting old behavior (workflow reflexes in YAML, loose typing) that was intentionally removed.
Changes
not supportederror messagepartitionWorkflowMessagetest uses strict typed paramstriggerPayloadfrom resume-thread assertionprompt+maxRoundsinstead ofpayloadVerification
All 367 tests pass across all packages (core 21, store 73, cli 122, daemon 151).
Ref
Refs #88, #89