Fix: uncomment a commented line
This commit is contained in:
parent
8827ea2312
commit
c6e06d60d1
@ -66,7 +66,7 @@ class IndexTest(utils.RepoTestCase):
|
||||
index = self.repo.index
|
||||
|
||||
sha = '0907563af06c7464d62a70cdd135a6ba7d2b41d8'
|
||||
#~ self.assertFalse('bye.txt' in index)
|
||||
self.assertFalse('bye.txt' in index)
|
||||
index.add('bye.txt')
|
||||
self.assertTrue('bye.txt' in index)
|
||||
self.assertEqual(len(index), 3)
|
||||
|
Loading…
x
Reference in New Issue
Block a user