From c9e6f17e42e410adfe583d987c516149bdcdcdae Mon Sep 17 00:00:00 2001 From: Dana Powers Date: Mon, 21 Dec 2015 01:37:25 -0800 Subject: Rename TopicAndPartition -> TopicPartition --- test/test_util.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/test_util.py') diff --git a/test/test_util.py b/test/test_util.py index ea3783e..7f0432b 100644 --- a/test/test_util.py +++ b/test/test_util.py @@ -104,7 +104,7 @@ class UtilTest(unittest.TestCase): kafka.util.relative_unpack('>hh', '\x00', 0) def test_group_by_topic_and_partition(self): - t = kafka.common.TopicAndPartition + t = kafka.common.TopicPartition l = [ t("a", 1), -- cgit v1.2.1