aboutsummaryrefslogtreecommitdiffstats
path: root/tests/QtCore/qdatastream_test.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/QtCore/qdatastream_test.py')
-rw-r--r--tests/QtCore/qdatastream_test.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/QtCore/qdatastream_test.py b/tests/QtCore/qdatastream_test.py
index 1a75f7935..7ccc12e56 100644
--- a/tests/QtCore/qdatastream_test.py
+++ b/tests/QtCore/qdatastream_test.py
@@ -308,7 +308,7 @@ class QDataStreamShiftBitArray(unittest.TestCase):
self._check_bitarray(data)
-class QDataStreamShiftBitArray(unittest.TestCase):
+class QDataStreamRawData(unittest.TestCase):
def testRawData(self):
data = QDataStream()
self.assertEqual(data.readRawData(4), '\x00\x00\x00\x00')