Skip to content

Commit a69dd1a

Browse files
author
replabrobin
committed
merged
Merge branch 'master' of https://github.com/openath/athlib
2 parents 83bc741 + 08629a1 commit a69dd1a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/test_athlon_score.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,9 @@ def test_wma_adjusted_score(self):
107107
self.assertEqual(score("F", "DT", 25.0, 75), 928)
108108
# self.assertEqual(score("F", "HJ", 1.50, 70), 1741)
109109
# self.assertEqual(score("F", "HJ", 1.50, 70), 1741)
110+
111+
self.assertEqual(score("M", "LJ", 4.03, 35), 230)
112+
self.assertEqual(score("M", "LJ", 4.03, 35), 229)
110113

111114
def test_esaa_adjusted_score(self):
112115
# Tha famous boys 800 issue.

0 commit comments

Comments
 (0)