Fixup test_context.py unittest import
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
"""
|
||||
OffsetCommitContext tests.
|
||||
"""
|
||||
from unittest2 import TestCase
|
||||
from . import unittest
|
||||
|
||||
from mock import MagicMock, patch
|
||||
|
||||
@@ -9,7 +9,7 @@ from kafka.common import OffsetOutOfRangeError
|
||||
from kafka.context import OffsetCommitContext
|
||||
|
||||
|
||||
class TestOffsetCommitContext(TestCase):
|
||||
class TestOffsetCommitContext(unittest.TestCase):
|
||||
"""
|
||||
OffsetCommitContext tests.
|
||||
"""
|
||||
|
Reference in New Issue
Block a user