rename testcase class name
This commit is contained in:
parent
cb0d9ba37d
commit
85f489ee98
2 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue