@@ -369,7 +369,7 @@ class TestMetaMajorityFiniteMemory(TestMetaPlayer):
369
369
}
370
370
371
371
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 )]
373
373
self .versus_test (opponent = axelrod .Alternator (), expected_actions = actions )
374
374
375
375
@@ -430,7 +430,7 @@ class TestMetaWinnerFiniteMemory(TestMetaPlayer):
430
430
}
431
431
432
432
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 )]
434
434
self .versus_test (opponent = axelrod .Alternator (), expected_actions = actions )
435
435
436
436
@@ -578,7 +578,7 @@ class TestNMWEStochastic(TestMetaPlayer):
578
578
}
579
579
580
580
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 )]
582
582
self .versus_test (opponent = axelrod .Alternator (), expected_actions = actions ,
583
583
seed = 20 )
584
584
@@ -597,7 +597,7 @@ class TestNMWEFiniteMemory(TestMetaPlayer):
597
597
}
598
598
599
599
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 )]
601
601
self .versus_test (opponent = axelrod .Alternator (), expected_actions = actions )
602
602
603
603
0 commit comments