Skip to content

Commit 8d39dff

Browse files
committed
removing comment
Signed-off-by: Javan lacerda <javanlacerda@google.com>
1 parent 03a29af commit 8d39dff

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

test/unit/test_sign.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,8 +138,6 @@ def test_sign_prehashed(staging):
138138
sign_ctx: SigningContext = sign_ctx()
139139
verifier: Verifier = verifier()
140140

141-
# mock = pretend.stub(ct_keyring=lambda: pretend.stub(verify=pretend.raiser(KeyringLookupError)))
142-
# sign_ctx._trusted_root = mock
143141
input_ = secrets.token_bytes(32)
144142
hashed = Hashed(
145143
digest=hashlib.sha256(input_).digest(), algorithm=HashAlgorithm.SHA2_256

0 commit comments

Comments
 (0)