def test_get_success_percentage(self):
     score_updater = ScoreUpdater()
     self.assertEqual(50, score_updater.get_success_percentage(50, 50))