1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-12-24 23:38:09 +00:00

tests: fix failure code in U2FTest

This commit is contained in:
Pavol Rusnak 2019-09-13 11:09:04 +02:00
parent ca4581ce74
commit 6cfb640da6
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D

View File

@ -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);