summaryrefslogtreecommitdiff
path: root/tests/test_g2p.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_g2p.py')
-rw-r--r--tests/test_g2p.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_g2p.py b/tests/test_g2p.py
index ad1e171..4b5fedb 100644
--- a/tests/test_g2p.py
+++ b/tests/test_g2p.py
@@ -36,7 +36,7 @@ class TestG2P(unittest.TestCase):
self.assertIn(word, results)
-class TestPatchedG2P(TestG2P):
+class TestPatchedG2P(unittest.TestCase):
class DummyProc(object):
def __init__(self, *args, **kwargs):
self.returncode = 0