You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: correct test assertions for member_model_enabled behavior
The test was expecting seat.customer_id to equal the seat member's customer,
but with member_model_enabled=True, seat.customer_id should equal the billing
customer (subscription owner). Updated assertions to match the actual
implementation behavior.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <[email protected]>
0 commit comments