flame icon indicating copy to clipboard operation
flame copied to clipboard

Tests should use only properly initialized game instances

Open st-pasha opened this issue 3 years ago • 0 comments

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).

st-pasha avatar Feb 02 '22 21:02 st-pasha