mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-01-12 00:10:58 +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);
|
CHECK_EQ(ctr2, ctr1 + 1);
|
||||||
|
|
||||||
regRsp.keyHandleLen -= 8; // perturb keyhandle length
|
regRsp.keyHandleLen -= 8; // perturb keyhandle length
|
||||||
PASS(test_Sign(0x6700, false));
|
PASS(test_Sign(0x6A80, false));
|
||||||
|
|
||||||
//DEV_quit(device); // stop emulator, if any
|
//DEV_quit(device); // stop emulator, if any
|
||||||
U2Fob_destroy(device);
|
U2Fob_destroy(device);
|
||||||
|
Loading…
Reference in New Issue
Block a user