Model test state should works with the new fixtures directory: `changes/{$tableName}/{$fixtureName}` Desired outcome: next code: ```php //UserTest.php self::$userState->assertChangesEqualsFixture('delete_profile.json'); ``` should try to get fixture from the directory ```sh > basepath('tests/fixtures/UserTest/changes/users/delete_profile.json') ```