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
refactor: require provision_method parameter in provisioned() transition
This enforces the invariant at the type level - a Provisioned environment
must have provision_method set. Previously it was set separately after
transition, now it's required as a parameter.
Also cleaned up long import paths (e.g., crate::domain::..::ProvisionMethod
to just ProvisionMethod) throughout test code by adding proper use statements,
following project conventions for short, unambiguous import names.
0 commit comments