illegal offset type in tests
I have many of my tests fail with the same error, and not sure why.
As an example test that is failing, its complaining about the ->test line
As an example test that is failing, its complaining about the ->test line

Solution
I Finally found it.
So basically where im creating the temp users, I have to cast the uuid as a string when creating
Else it was detecting as a LazyLoadFromUuid or some named object
So basically where im creating the temp users, I have to cast the uuid as a string when creating
Else it was detecting as a LazyLoadFromUuid or some named object