summaryrefslogtreecommitdiffstats
path: root/source4/scripting/python/samba/tests/registry.py
diff options
context:
space:
mode:
Diffstat (limited to 'source4/scripting/python/samba/tests/registry.py')
-rw-r--r--source4/scripting/python/samba/tests/registry.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/scripting/python/samba/tests/registry.py b/source4/scripting/python/samba/tests/registry.py
index 73fe06dfb9e..8016a0bb686 100644
--- a/source4/scripting/python/samba/tests/registry.py
+++ b/source4/scripting/python/samba/tests/registry.py
@@ -24,7 +24,7 @@ import samba.tests
class HelperTests(samba.tests.TestCase):
def test_predef_to_name(self):
- self.assertEquals("HKEY_LOCAL_MACHINE",
+ self.assertEquals("HKEY_LOCAL_MACHINE",
registry.get_predef_name(0x80000002))
def test_str_regtype(self):