Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
romainthomas committed Jan 13, 2024
1 parent ada2528 commit 6f74de8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/pe/test_authenticode.py
Original file line number Diff line number Diff line change
Expand Up @@ -261,8 +261,8 @@ def test_rsa_info():
P = int_from_bytes(rsa_info.P)
Q = int_from_bytes(rsa_info.Q)

assert E == 340287559217796998291003137928097431552
assert str(N)[:70] == "9739755319358115164405180509398652054747121607842183679471640563806368"
assert E == 65537
assert str(N)[:70] == "2645636708930440977121533117630461323983500317859148049010916849328467"
assert D == 0
assert P == 0
assert Q == 0
Expand Down

0 comments on commit 6f74de8

Please sign in to comment.