summaryrefslogtreecommitdiffstats
path: root/Lib
diff options
context:
space:
mode:
Diffstat (limited to 'Lib')
-rw-r--r--Lib/test/test_zlib.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/Lib/test/test_zlib.py b/Lib/test/test_zlib.py
index 4d72d6f..20174d8 100644
--- a/Lib/test/test_zlib.py
+++ b/Lib/test/test_zlib.py
@@ -173,10 +173,6 @@ class CompressTestCase(BaseCompressTestCase, unittest.TestCase):
wbits=zlib.MAX_WBITS,
bufsize=zlib.DEF_BUF_SIZE),
HAMLET_SCENE)
- with self.assertRaises(TypeError):
- zlib.decompress(data=x,
- wbits=zlib.MAX_WBITS,
- bufsize=zlib.DEF_BUF_SIZE)
def test_speech128(self):
# compress more data