Skip to content

Commit 57cdb80

Browse files
committed
Add another test.
1 parent 35e9801 commit 57cdb80

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

axelrod/tests/unit/test_plot.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,9 @@ def test_default_cmap(self):
8080
cmap = axelrod.plot.default_cmap('1.3alpha')
8181
self.assertEqual(cmap, 'YlGnBu')
8282

83+
cmap = axelrod.plot.default_cmap('1.4.99')
84+
self.assertEqual(cmap, 'YlGnBu')
85+
8386
cmap = axelrod.plot.default_cmap('1.4')
8487
self.assertEqual(cmap, 'YlGnBu')
8588

0 commit comments

Comments
 (0)