Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix the problem with impure tests changing backend_fixtures
One of the tests is impure, changing backend_fixtures, which breaks test_model. This commit makes backend_fixtures to return a deep copy of backend_fixtures_json isntead of returning them directly.
- Loading branch information