mirror of
https://github.com/discourse/discourse.git
synced 2025-02-06 03:18:23 +00:00
c752d68737
Building does not persist the object in the database which is unrealistic since we're mostly dealing with persisted objects in production. In theory, this will result our test suite taking longer to run since we now have to write to the database. However, I don't expect the increase to be significant and it is actually no different than us adding new tests which fabricates more objects.