Skip to content

Commit 83f0afa

Browse files
committed
uncomment instream test
1 parent 30d50cb commit 83f0afa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ def test_multiscan(self):
6767

6868
eq_(self.cd.multiscan(d), expected)
6969

70-
# def test_instream(self):
70+
def test_instream(self):
7171
eq_(
7272
self.cd.instream(BytesIO(clamd.EICAR)),
7373
{'stream': ('FOUND', 'Eicar-Test-Signature')}

0 commit comments

Comments
 (0)