Bugfix, cleanup and optimisation

This commit is contained in:
Eriks Karls
2019-09-05 15:01:54 +03:00
parent 60543e02c8
commit 896b1b2432
3 changed files with 3 additions and 5 deletions

View File

@ -17,9 +17,6 @@ class TestErepublik(unittest.TestCase):
self.citizen = Citizen("email", "password", False)
self.citizen.config.interactive = False
def test_000_something(self):
"""Test something."""
def test_should_do_levelup(self):
self.citizen.energy.recovered = 1900
self.citizen.energy.recoverable = 2940