flame
flame copied to clipboard
Tests should use only properly initialized game instances
Currently there are multiple tests which create a FlameGame instance manually and partially initialize it.
In order to reduce the amount of test breakage when the initialization process of a game changes, we should change those tests to only use a game instance acquired from properly initialized sources (such as flame_test).