public void Execute_TileChargeNotEmpty_SpriteChangedToOriginalSprite() { _entity.AddCharge(1); _systems.Execute(); Assert.AreEqual(_sprite, _entity.sprite.Sprite); }