When using the `create_collection` parameter during import, the newly created Collection would be assigned a fake user which isn't necessary and caused the user count to be 2 instead of the more natural 1 here. Remove the fake user and add test coverage for the scenario in general. Pull Request: https://projects.blender.org/blender/blender/pulls/128348