rename testcase class name

This commit is contained in:
Franz Chih-Ping Hsieh 2017-10-26 14:19:33 -04:00 committed by Mike McLean
parent cb0d9ba37d
commit 85f489ee98
2 changed files with 2 additions and 2 deletions

View file

@ -9,7 +9,7 @@ import json
from koji_cli.commands import handle_call
class TestResubmit(unittest.TestCase):
class TestCall(unittest.TestCase):
# Show long diffs in error output...
maxDiff = None

View file

@ -9,7 +9,7 @@ import koji
from koji_cli.commands import handle_moshimoshi
class TestResubmit(unittest.TestCase):
class TestHello(unittest.TestCase):
# Show long diffs in error output...
maxDiff = None