Assignments will now only be searched for in the requested organization.
The skip_unique_name_validation trait in the another_test_organization factory would allow the organization object to be created but it would still prevent the organization from being persisted, which would break a test.
As for the rest of the tests, they are expected behavior changes!
:dart: Goal
To split progress by organization! :sparkles:
:memo: Details
Assignments will now only be searched for in the requested organization.
The
skip_unique_name_validation
trait in theanother_test_organization
factory would allow the organization object to be created but it would still prevent the organization from being persisted, which would break a test.As for the rest of the tests, they are expected behavior changes!
:warning: Dependencies
None.
:back: Backwards compatibility
Yes.
:soon: Future work
migration, and lots of testing!