Yann Weber 2 years ago
parent
commit
0c34c6dade
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      tests/tests_rpn_eval.py

+ 1
- 1
tests/tests_rpn_eval.py View File

117
         self.assertEqual(res, 0)
117
         self.assertEqual(res, 0)
118
 
118
 
119
 
119
 
120
-    def test_airthm_extended(self):
120
+    def test_arithm_extended(self):
121
         """ Extended arithmetic tests """
121
         """ Extended arithmetic tests """
122
         exprs = (
122
         exprs = (
123
             ('A0 A1 +', '{0} + {1}', 2),
123
             ('A0 A1 +', '{0} + {1}', 2),

Loading…
Cancel
Save