Skip to content
Commit cd0d2fd7 authored by Bastian Köcher's avatar Bastian Köcher Committed by GitHub
Browse files

Fix flaky messed signature test (#4819)

When messing with the signature, we need to make sure that we acutally
mess-up the signature. As the generated private/public key is random,
the signature is random as well. It can happen that `bytes[0] ==
bytes[2]` which makes the test fail. We fix this problem by just
inverting the bytes at `0` and `2`.
parent 78006d05
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment