Browse Source

Corrected tests

Yann Weber 6 years ago
parent
commit
e80a284f5e
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      tests/test_turmit.py

+ 1
- 1
tests/test_turmit.py View File

@@ -213,7 +213,7 @@ class TurmitTestCase(unittest.TestCase):
213 213
 
214 214
     def test_dup(self):
215 215
         ''' Test turmit dup() method '''
216
-        self._rpn('dup')
216
+        self._rpn('dup', 1)
217 217
 
218 218
         t = Turmit()
219 219
         t._push(42)

Loading…
Cancel
Save