Skip to content

Commit 348a4a5

Browse files
committed
Fix regressed test
1 parent efc1c43 commit 348a4a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

axelrod/tests/unit/test_moran.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -387,7 +387,7 @@ def test_atomic_mutation_fsm(self):
387387
population = mp.play()
388388
self.assertEqual(
389389
mp.winning_strategy_name,
390-
'Evolvable FSM Player: ((0, C, 1, D), (0, D, 1, C), (1, C, 0, D), (1, D, 1, C)), 1, C, 2, 0.1')
390+
'EvolvableFSMPlayer: ((0, C, 1, D), (0, D, 1, C), (1, C, 0, D), (1, D, 1, C)), 1, C, 2, 0.1')
391391
self.assertEqual(len(mp.populations), 31)
392392
self.assertTrue(mp.fixated)
393393

0 commit comments

Comments
 (0)