diff options
Diffstat (limited to 'test/git/test_config.py')
-rw-r--r-- | test/git/test_config.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/git/test_config.py b/test/git/test_config.py index 407eb9bd..f51a4757 100644 --- a/test/git/test_config.py +++ b/test/git/test_config.py @@ -38,7 +38,7 @@ class TestBase(TestCase): self.failUnlessRaises(IOError, GitConfigParser, file_obj, read_only = False) # should still have a lock and be able to make changes - assert w_config._has_lock() + assert w_config._lock._has_lock() # changes should be written right away sname = "my_section" |