chore: fixate actual costs in tests - #1512
Conversation
There was a problem hiding this comment.
Claude Code Review
This repository is configured for manual code reviews. Comment @claude review to trigger a review and subscribe this PR to future pushes, or @claude review once for a one-time review.
Tip: disable this comment in your organization's Code Review settings.
📝 WalkthroughWalkthroughThis PR updates test expectations in the execution engine cost calculation tests to assert actual cost alongside estimated cost. The changes span foundational Star Wars schema tests, abstract type fragments, union scenarios, list slicing with multiple argument forms, and slicing validation cases, with expectedActualCost values reflecting runtime behavior using real response sizes rather than assumed list counts. ChangesExecution Engine Actual Cost Assertions
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes Possibly related PRs
🚥 Pre-merge checks | ✅ 4✅ Passed checks (4 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
That way change in actual cost is checked everywhere.