Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/src/sugar/tutorius/tests/actiontests.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/sugar/tutorius/tests/actiontests.py')
-rw-r--r--src/sugar/tutorius/tests/actiontests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sugar/tutorius/tests/actiontests.py b/src/sugar/tutorius/tests/actiontests.py
index 8eb7a89..d1de5fd 100644
--- a/src/sugar/tutorius/tests/actiontests.py
+++ b/src/sugar/tutorius/tests/actiontests.py
@@ -68,7 +68,7 @@ class PropsTest(unittest.TestCase):
assert has_function(wrapper_instance, "get_properties"),\
"The wrapper does not have the 'get_properties' function."
- def test_once_wrapper(self):
+ def test_once_wrapper_interface(self):
"""
Tests that the interface of the OnceWrapper actually conforms to the of
the Action.