summaryrefslogtreecommitdiff
path: root/tests/pyatspi/componenttest.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/pyatspi/componenttest.py')
-rw-r--r--tests/pyatspi/componenttest.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/pyatspi/componenttest.py b/tests/pyatspi/componenttest.py
index 41c8a7f..28a66f3 100644
--- a/tests/pyatspi/componenttest.py
+++ b/tests/pyatspi/componenttest.py
@@ -39,7 +39,7 @@ class ComponentTest(_PasyTest):
]
def __init__(self, bus, path):
- _PasyTest.__init__(self, "Accessible", False)
+ _PasyTest.__init__(self, "Component", False)
self._bus = bus
self._path = path