Skip to content

Commit 04dbd0e

Browse files
author
Dana Powers
committed
Fixup test_context.py unittest import
1 parent 2cfec9d commit 04dbd0e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/test_context.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
"""
22
OffsetCommitContext tests.
33
"""
4-
from unittest2 import TestCase
4+
from . import unittest
55

66
from mock import MagicMock, patch
77

88
from kafka.common import OffsetOutOfRangeError
99
from kafka.context import OffsetCommitContext
1010

1111

12-
class TestOffsetCommitContext(TestCase):
12+
class TestOffsetCommitContext(unittest.TestCase):
1313
"""
1414
OffsetCommitContext tests.
1515
"""

0 commit comments

Comments
 (0)