fix the description of bytes tests

This commit is contained in:
Philip Jenvey 2014-04-18 11:10:50 -07:00
parent a090823a05
commit 1226db4651
1 changed files with 1 additions and 1 deletions

View File

@ -929,7 +929,7 @@ class TestBasicOpsString(TestBasicOps, unittest.TestCase):
class TestBasicOpsBytes(TestBasicOps, unittest.TestCase):
def setUp(self):
self.case = "string set"
self.case = "bytes set"
self.values = [b"a", b"b", b"c"]
self.set = set(self.values)
self.dup = set(self.values)