mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-12-24 07:18:09 +00:00
tests: fix failure code in U2FTest
This commit is contained in:
parent
ca4581ce74
commit
6cfb640da6
@ -377,7 +377,7 @@ int main(int argc, char* argv[]) {
|
||||
CHECK_EQ(ctr2, ctr1 + 1);
|
||||
|
||||
regRsp.keyHandleLen -= 8; // perturb keyhandle length
|
||||
PASS(test_Sign(0x6700, false));
|
||||
PASS(test_Sign(0x6A80, false));
|
||||
|
||||
//DEV_quit(device); // stop emulator, if any
|
||||
U2Fob_destroy(device);
|
||||
|
Loading…
Reference in New Issue
Block a user