aboutsummaryrefslogtreecommitdiff
path: root/bestflags/steering_test.py
diff options
context:
space:
mode:
Diffstat (limited to 'bestflags/steering_test.py')
-rw-r--r--bestflags/steering_test.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bestflags/steering_test.py b/bestflags/steering_test.py
index b3ce686d..5063079c 100644
--- a/bestflags/steering_test.py
+++ b/bestflags/steering_test.py
@@ -53,7 +53,7 @@ class MockGeneration(Generation):
def Next(self, _):
return self._next_generations
- def Improve(self):
+ def Improved(self):
if self._next_generations:
return True
return False