Corrected tests
This commit is contained in:
parent
f2f85db5f3
commit
e80a284f5e
1 changed files with 1 additions and 1 deletions
|
|
@ -213,7 +213,7 @@ class TurmitTestCase(unittest.TestCase):
|
|||
|
||||
def test_dup(self):
|
||||
''' Test turmit dup() method '''
|
||||
self._rpn('dup')
|
||||
self._rpn('dup', 1)
|
||||
|
||||
t = Turmit()
|
||||
t._push(42)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue