@@ -369,7 +369,7 @@ class TestMetaMajorityFiniteMemory(TestMetaPlayer):
369369 }
370370
371371 def test_strategy (self ):
372- actions = [(C , C ), (C , D ), (D , C ), (C , D ), (C , C )]
372+ actions = [(C , C ), (C , D ), (D , C ), (C , D ), (D , C )]
373373 self .versus_test (opponent = axelrod .Alternator (), expected_actions = actions )
374374
375375
@@ -430,7 +430,7 @@ class TestMetaWinnerFiniteMemory(TestMetaPlayer):
430430 }
431431
432432 def test_strategy (self ):
433- actions = [(C , C ), (C , D ), (C , C ), (D , D ), (D , C )]
433+ actions = [(C , C ), (C , D ), (C , C ), (C , D ), (D , C )]
434434 self .versus_test (opponent = axelrod .Alternator (), expected_actions = actions )
435435
436436
@@ -578,7 +578,7 @@ class TestNMWEStochastic(TestMetaPlayer):
578578 }
579579
580580 def test_strategy (self ):
581- actions = [(C , C ), (C , D ), (C , C ), (D , D ), (D , C )]
581+ actions = [(C , C ), (C , D ), (C , C ), (C , D ), (D , C )]
582582 self .versus_test (opponent = axelrod .Alternator (), expected_actions = actions ,
583583 seed = 20 )
584584
@@ -597,7 +597,7 @@ class TestNMWEFiniteMemory(TestMetaPlayer):
597597 }
598598
599599 def test_strategy (self ):
600- actions = [(C , C ), (C , D ), (D , C ), (D , D ), (C , C )]
600+ actions = [(C , C ), (C , D ), (D , C ), (D , D ), (D , C )]
601601 self .versus_test (opponent = axelrod .Alternator (), expected_actions = actions )
602602
603603
0 commit comments