mirror of https://github.com/jtesta/ssh-audit.git
Remove unused monkeypatch.
This commit is contained in:
parent
7959c7448a
commit
4b69544d91
|
@ -83,7 +83,7 @@ class TestBuffer(object):
|
||||||
assert w(p[0]) == self._b(p[1])
|
assert w(p[0]) == self._b(p[1])
|
||||||
assert r(self._b(p[1])) == p[0]
|
assert r(self._b(p[1])) == p[0]
|
||||||
|
|
||||||
def test_bitlen(self, monkeypatch):
|
def test_bitlen(self):
|
||||||
class Py26Int(int):
|
class Py26Int(int):
|
||||||
def bit_length(self):
|
def bit_length(self):
|
||||||
raise AttributeError
|
raise AttributeError
|
||||||
|
|
Loading…
Reference in New Issue