We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30d50cb commit 83f0afaCopy full SHA for 83f0afa
1 file changed
tests/test_api.py
@@ -67,7 +67,7 @@ def test_multiscan(self):
67
68
eq_(self.cd.multiscan(d), expected)
69
70
-# def test_instream(self):
+ def test_instream(self):
71
eq_(
72
self.cd.instream(BytesIO(clamd.EICAR)),
73
{'stream': ('FOUND', 'Eicar-Test-Signature')}
0 commit comments