Browse Source

Correcte test again...

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

+ 1
- 1
tests/test_turmit.py View File

@@ -126,7 +126,7 @@ class TurmitTestCase(unittest.TestCase):
126 126
 
127 127
         t.div()
128 128
         self.assertEqual(t._cur, 0)
129
-        self.assertEqual(t._shead, 6)
129
+        self.assertEqual(t.shead, 6)
130 130
 
131 131
     def test_mod(self):
132 132
         ''' Test turmit mod() method '''

Loading…
Cancel
Save