Browse Source

Re correct tests

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

+ 1
- 1
tests/test_turmit.py View File

@@ -81,8 +81,8 @@ class TurmitTestCase(unittest.TestCase):
81 81
         self.assertEqual(t._cur, 0)
82 82
         self.assertEqual(t.shead, 42)
83 83
 
84
-        t._push(50)
85 84
         t._push(8)
85
+        t._push(50)
86 86
         t.sub()
87 87
         self.assertEqual(t._cur, 1)
88 88
         self.assertEqual(t.shead, 42)

Loading…
Cancel
Save