fix unittest ref
This commit is contained in:
parent
3801e7504a
commit
118f796a1f
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@ except ImportError:
|
|||
import koji
|
||||
import kojihub
|
||||
|
||||
class TestPkglistBlock(unittest2.TestCase):
|
||||
class TestPkglistBlock(unittest.TestCase):
|
||||
def setUp(self):
|
||||
self.context = mock.patch('kojihub.context').start()
|
||||
# It seems MagicMock will not automatically handle attributes that
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue