summaryrefslogtreecommitdiff
path: root/tests/test_examples.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_examples.py')
-rw-r--r--tests/test_examples.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_examples.py b/tests/test_examples.py
index 9414b09..8e63beb 100644
--- a/tests/test_examples.py
+++ b/tests/test_examples.py
@@ -41,7 +41,7 @@ class TestExamples(unittest.TestCase):
self._run("rosettacode")
def test_excelExpr(self):
- self._run("excelExpr")
+ self._run("excel_expr")
def test_lucene_grammar(self):
self._run("lucene_grammar")